diff options
author | cel 🌸 <cel@blos.sm> | 2024-02-12 01:39:00 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-02-12 01:39:00 +0000 |
commit | 2b8623fde242d379c66e4c532f7cad0dbb2198aa (patch) | |
tree | d875588258b57998a1e089a17124e21e9632059b /static | |
parent | 82ef62654f58eb6212fad1beb3adb2c1c979fb56 (diff) | |
download | blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.tar.gz blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.tar.bz2 blossom-2b8623fde242d379c66e4c532f7cad0dbb2198aa.zip |
add language select widget
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |