diff options
author | hellekin <hellekin@cepheide.org> | 2018-01-04 22:13:26 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-01-04 22:13:26 +0100 |
commit | bd9444f9d34125f75b9c19dff1f3f557908e6f66 (patch) | |
tree | 0ceb3cea3e756c57bf431939c8f20a99ecaefc0c /assets/css/home.css | |
parent | b430a490e7c03b4d3cc9685ae410bd3478069ce6 (diff) | |
download | lesoiseaux.io-bd9444f9d34125f75b9c19dff1f3f557908e6f66.tar.gz |
Add FR/EN language switch
Diffstat (limited to 'assets/css/home.css')
-rw-r--r-- | assets/css/home.css | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/assets/css/home.css b/assets/css/home.css index bf9ee02..6c06cc2 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -115,7 +115,7 @@ body > header { display: block; color: #f3f0e4; padding-right: 0.45rem; } - body > header footer:hover > p > span + span { + body > header footer:hover > p > span:first-child + span { display: inline-block; transform: rotate(180deg); padding-bottom: -0.1rem; } @@ -459,4 +459,14 @@ body > footer { .sinewave.w3 { fill: rgba(0, 110, 12, 0.5); } +#lang-switch { + /* rgb(199, 184, 119); */ + border: 2px solid rgba(173, 151, 56, 0.68); + border-radius: 1rem; + padding: 0 0.5rem; + background: inherit; + position: absolute; + top: 0; + right: 0; } + /*# sourceMappingURL=home.css.map */ |