diff options
author | hellekin <hellekin@cepheide.org> | 2018-01-06 16:28:03 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-01-06 16:28:03 +0100 |
commit | 154180d4effb8333190f954632b33a52fa9b34a2 (patch) | |
tree | 80fd63c964f10b99e4226deff4a1c1d15f3a26ad /assets/scss/txt.scss | |
parent | d07663019b29f30482d71588a2615946ca1ad4ac (diff) | |
download | lesoiseaux.io-154180d4effb8333190f954632b33a52fa9b34a2.tar.gz |
Add background to the lang-switch button
Diffstat (limited to 'assets/scss/txt.scss')
-rw-r--r-- | assets/scss/txt.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/scss/txt.scss b/assets/scss/txt.scss index 46378d9..8d02f53 100644 --- a/assets/scss/txt.scss +++ b/assets/scss/txt.scss @@ -495,6 +495,10 @@ span.note { display: inline; } +#lang-switch { + background-color: rgba(240, 240, 242, 0.3); +} + body.gfx { #krto img { |