diff --git a/static/style.css b/static/style.css index df4ac54..6d4b8a8 100644 --- a/static/style.css +++ b/static/style.css @@ -100,4 +100,12 @@ a { text-decoration: none; } -a:hover { text-decoration: underline; } \ No newline at end of file +a:hover { text-decoration: underline; } + +#select-lang { + font-family: var(--casualFonts); + background: var(--bgColor); + color: var(--linkColor); + border-style: none; + font-size: medium; +} diff --git a/utils/template.html b/utils/template.html index f903abb..366dede 100644 --- a/utils/template.html +++ b/utils/template.html @@ -19,6 +19,10 @@ Recent changes Source Wiki Authors +
@@ -33,4 +37,4 @@

Get the source here$if(lastmod)$, this page was last updated $lastmod$ $endif$

- \ No newline at end of file +