From 1ea4572867b535beb667cb968ad28308332e1b1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Thu, 8 Feb 2024 17:47:44 -0300 Subject: [PATCH] feat: added dropdown language menu it's currently hardcoded tho --- static/style.css | 10 +++++++++- utils/template.html | 6 +++++- 2 files changed, 14 insertions(+), 2 deletions(-) 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 +