fix header language switcher styling

This commit is contained in:
dark_hash 2025-02-18 20:08:58 +01:00
parent abed95a670
commit b5f1520f2b

View file

@ -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),