From ad312a8febd1b7da113310741d2047f5e442dbd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Thu, 8 Feb 2024 18:30:35 -0300 Subject: [PATCH] Revert "feat: added dropdown language menu" This reverts commit 1ea4572867b535beb667cb968ad28308332e1b1d. --- static/style.css | 10 +--------- utils/template.html | 6 +----- 2 files changed, 2 insertions(+), 14 deletions(-) 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