diff --git a/static/fields.css b/static/fields.css index e4193b6..9f0f441 100644 --- a/static/fields.css +++ b/static/fields.css @@ -7,7 +7,6 @@ } .tabs-btn { text-decoration: none; - font-size: 18px; border: none; padding: 10px 25px; text-align: center; @@ -87,6 +86,7 @@ .settings-set-container th { text-align: left; + font-weight: normal; padding-right: 1em; } .settings-set-container td { diff --git a/static/style.css b/static/style.css index 9a72143..289852b 100644 --- a/static/style.css +++ b/static/style.css @@ -53,6 +53,13 @@ body { margin: 0.5em; } +/* увеличение размера шрифтов */ + +* { font-size: large; } +h1 { font-size: xxx-large; } +h2 { font-size: xx-large; } +h3 { font-size: larger; } + /* ========== MAIN STYLES ========== */ .value-good {