diff options
author | Oleksii Dobrovolskyi | 2024-03-17 14:01:05 +0200 |
---|---|---|
committer | Oleksii Dobrovolskyi | 2024-03-17 14:01:05 +0200 |
commit | f602b789b4552de0c1f7d726cbe3117c3ba278ca (patch) | |
tree | dd990bb0c8f6e3133e235bd7208b0a618e1bce93 /templates/style.css.html | |
parent | f925498eb727bcdac7c3dafc65365cff6bc4d577 (diff) | |
download | zola-bearblog-f602b789b4552de0c1f7d726cbe3117c3ba278ca.tar.lz zola-bearblog-f602b789b4552de0c1f7d726cbe3117c3ba278ca.tar.zst zola-bearblog-f602b789b4552de0c1f7d726cbe3117c3ba278ca.zip |
Add styling to active language in language switcher
Diffstat (limited to 'templates/style.css.html')
-rw-r--r-- | templates/style.css.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/style.css.html b/templates/style.css.html index 267b13a..1cd23b6 100644 --- a/templates/style.css.html +++ b/templates/style.css.html @@ -47,6 +47,11 @@ margin-right: 10px; } + nav active { + font-weight: bold; + margin-right: 10px; + } + textarea { width: 100%; font-size: 1rem; |