refactor link styles

This commit is contained in:
Lyn Fugmann 2024-10-02 12:16:01 +02:00
parent f4019437c5
commit 1d8bcaf080
6 changed files with 16 additions and 18 deletions

View file

@ -52,7 +52,7 @@ footer {
border-bottom: 1px dotted var(--color-text);
}
.languageSwitch a {
.languageSwitch {
display: inline-block;
background: #e2e8f0;
color: #000;
@ -63,7 +63,7 @@ footer {
transition: background-color .3s ease-out;
}
.languageSwitch a:hover {
.languageSwitch:hover {
background: #d5dbe4;
}