Improve language dropdown

This commit is contained in:
0x1eef 2023-10-30 06:28:21 -03:00
parent 300188bbc4
commit 770c087868
3 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ body .root .content.theme {
padding-right: 7px; padding-right: 7px;
} }
&:hover { &:hover {
text-decoration: underline; text-decoration: none;
} }
} }
li.en { li.en {

View file

@ -10,7 +10,7 @@
ul li { ul li {
background: $blue1; background: $blue1;
color: $white; color: $white;
border: 2px solid $black; border: 3px solid $gold1;
border-radius: 5px; border-radius: 5px;
} }
} }

View file

@ -12,7 +12,7 @@
ul li { ul li {
background-color: $green1; background-color: $green1;
color: $white; color: $white;
border: 2px solid darken($green1, 25%); border: 3px solid darken($green1, 15%);
border-radius: 5px; border-radius: 5px;
} }
} }