From 2b8623fde242d379c66e4c532f7cad0dbb2198aa Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Mon, 12 Feb 2024 01:39:00 +0000 Subject: add language select widget --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index df6921d..b777549 100644 --- a/static/style.css +++ b/static/style.css @@ -554,6 +554,13 @@ pre code { border: none; } +#lang-select { + background: #311f20; + float: right; + padding: 0.5vw 1vw; + margin-left: 4vw; +} + /* branches */ .branch { -- cgit