all repos — zola-bearblog @ be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0

Port of bear blog theme to zola

improve accessibility and HTML validity

Alan Pearce
commit

be8552ef29fc7b3aa2a2d9de541afe3ce9c24ec0

parent

99423f57f79499f13d021970c1efb4529072006b

1 file changed, 5 insertions(+), 1 deletion(-)

changed files
M templates/style.css.htmltemplates/style.css.html
@@ -64,7 +64,7 @@ nav a {
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; + }