diff options
author | Oleksii Dobrovolskyi | 2024-02-13 18:24:43 +0200 |
---|---|---|
committer | Oleksii Dobrovolskyi | 2024-02-13 18:24:43 +0200 |
commit | ec4421f6b2a89448939bf6dc9df5e2c5d1224c19 (patch) | |
tree | a71450e3ace8d1ad99e986507a835fb679556678 /templates/style.css.html | |
parent | 91f72a8f3071daebea322fb65365cda55956512f (diff) | |
download | zola-bearblog-ec4421f6b2a89448939bf6dc9df5e2c5d1224c19.tar.lz zola-bearblog-ec4421f6b2a89448939bf6dc9df5e2c5d1224c19.tar.zst zola-bearblog-ec4421f6b2a89448939bf6dc9df5e2c5d1224c19.zip |
Correction of headings hierarchy and styling
Diffstat (limited to 'templates/style.css.html')
-rw-r--r-- | templates/style.css.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/style.css.html b/templates/style.css.html index 00b4131..15d6b3d 100644 --- a/templates/style.css.html +++ b/templates/style.css.html @@ -31,6 +31,10 @@ border: 0; } + .title h1 { + font-size: 1.5em; + } + .title span { font-weight: 400; } |