diff options
Diffstat (limited to 'assets/scss/home.scss')
-rw-r--r-- | assets/scss/home.scss | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/assets/scss/home.scss b/assets/scss/home.scss index d20d5a3..7070fe6 100644 --- a/assets/scss/home.scss +++ b/assets/scss/home.scss @@ -157,7 +157,7 @@ body > header { } } - > span + span { + > span:first-child + span { display: inline-block; transform: rotate(180deg); padding-bottom: -0.1rem; @@ -609,3 +609,14 @@ body > footer { 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; +} |