fix header language switcher styling
This commit is contained in:
parent
abed95a670
commit
b5f1520f2b
1 changed files with 4 additions and 8 deletions
|
@ -19,21 +19,17 @@
|
|||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
padding: 0 15px;
|
||||
padding: 0 0.4rem;
|
||||
padding-bottom: 0.2rem;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.languages-compact a,
|
||||
.languages-compact span {
|
||||
font-size: 1.5em;
|
||||
font-size: 1em;
|
||||
transition: color .25s ease-out;
|
||||
font-weight: bold;
|
||||
text-shadow:
|
||||
0 0 5px black,
|
||||
0 0 5px black,
|
||||
0 0 5px black,
|
||||
0 0 5px black,
|
||||
0 0 5px black;
|
||||
text-shadow: 3px 2px 2px black;
|
||||
}
|
||||
|
||||
.languages-compact a:not(:hover),
|
||||
|
|
Loading…
Add table
Reference in a new issue