all repos — zola-bearblog @ f602b789b4552de0c1f7d726cbe3117c3ba278ca

Port of bear blog theme to zola

Add styling to active language in language switcher

commit

f602b789b4552de0c1f7d726cbe3117c3ba278ca

parent

f925498eb727bcdac7c3dafc65365cff6bc4d577

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M templates/style.css.htmltemplates/style.css.html
@@ -47,6 +47,11 @@ nav a {
margin-right: 10px; } + nav active { + font-weight: bold; + margin-right: 10px; + } + textarea { width: 100%; font-size: 1rem;