From 04f9a606ca15dea57f7d263e2e7e404e99cf2029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DNyymix=E2=80=9D?= Date: Sun, 4 May 2025 23:24:07 +0300 Subject: [PATCH] Add language links to footer --- static/css/muistox.css | 19 +++++++++++++++++++ templates/base.html | 11 +++++++++++ 2 files changed, 30 insertions(+) diff --git a/static/css/muistox.css b/static/css/muistox.css index 634fc49..aed261a 100644 --- a/static/css/muistox.css +++ b/static/css/muistox.css @@ -37,4 +37,23 @@ body { opacity: 1; transform: scale(1); } +} + +.language-switcher-form { + display: inline; +} + +.language-switcher-form button { + background: none; + border: none; + padding: 0; + margin: 0; + color: inherit; + font: inherit; + text-decoration: underline; + cursor: pointer; +} + +.language-switcher-form button:hover { + text-decoration: none; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 3f34180..91b6e07 100644 --- a/templates/base.html +++ b/templates/base.html @@ -131,6 +131,17 @@