improve accessibility and HTML validity
1 file changed, 5 insertions(+), 1 deletion(-)
changed files
M templates/style.css.html → templates/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; + }