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/css/txt.css | |
parent | d07663019b29f30482d71588a2615946ca1ad4ac (diff) | |
download | lesoiseaux.io-154180d4effb8333190f954632b33a52fa9b34a2.tar.gz |
Add background to the lang-switch button
Diffstat (limited to 'assets/css/txt.css')
-rw-r--r-- | assets/css/txt.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/txt.css b/assets/css/txt.css index 7e82eee..efb712e 100644 --- a/assets/css/txt.css +++ b/assets/css/txt.css @@ -1173,6 +1173,9 @@ span.note { :hover + span.note { display: inline; } +#lang-switch { + background-color: rgba(240, 240, 242, 0.3); } + body.gfx #krto img { float: left; padding-right: 2rem; |