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

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

- + \ No newline at end of file