From f602b789b4552de0c1f7d726cbe3117c3ba278ca Mon Sep 17 00:00:00 2001 From: Oleksii Dobrovolskyi Date: Sun, 17 Mar 2024 14:01:05 +0200 Subject: Add styling to active language in language switcher --- templates/style.css.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'templates/style.css.html') 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; -- cgit 1.4.1