diff options
author | Alan Pearce | 2024-05-29 16:03:14 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-29 16:03:14 +0200 |
commit | be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0 (patch) | |
tree | d84759a2c20320cf3dbb0453208cf16303231c33 /templates/style.css.html | |
parent | 99423f57f79499f13d021970c1efb4529072006b (diff) | |
download | zola-bearblog-be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0.tar.lz zola-bearblog-be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0.tar.zst zola-bearblog-be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0.zip |
improve accessibility and HTML validity
Diffstat (limited to 'templates/style.css.html')
-rw-r--r-- | templates/style.css.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/style.css.html b/templates/style.css.html index 2196ce5..bb7915c 100644 --- a/templates/style.css.html +++ b/templates/style.css.html @@ -64,7 +64,7 @@ margin-right: 8px; } - nav active { + nav span.active { font-weight: bold; margin-right: 10px; } @@ -165,3 +165,7 @@ ul.blog-posts li a:visited { color: var(--visited-color); } + + .tags { + font-size: smaller; + } |