refactor link styles
This commit is contained in:
parent
f4019437c5
commit
1d8bcaf080
6 changed files with 16 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue