косметические исправления: увеличил шрифт, убрал жирный шрифт в таблицах

This commit is contained in:
Vladislav Ostapov 2024-12-25 11:05:22 +03:00
parent f3454897d8
commit 77ba05e407
2 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,6 @@
} }
.tabs-btn { .tabs-btn {
text-decoration: none; text-decoration: none;
font-size: 18px;
border: none; border: none;
padding: 10px 25px; padding: 10px 25px;
text-align: center; text-align: center;
@ -87,6 +86,7 @@
.settings-set-container th { .settings-set-container th {
text-align: left; text-align: left;
font-weight: normal;
padding-right: 1em; padding-right: 1em;
} }
.settings-set-container td { .settings-set-container td {

View File

@ -53,6 +53,13 @@ body {
margin: 0.5em; margin: 0.5em;
} }
/* увеличение размера шрифтов */
* { font-size: large; }
h1 { font-size: xxx-large; }
h2 { font-size: xx-large; }
h3 { font-size: larger; }
/* ========== MAIN STYLES ========== */ /* ========== MAIN STYLES ========== */
.value-good { .value-good {