Improve language dropdown
This commit is contained in:
parent
300188bbc4
commit
770c087868
3 changed files with 3 additions and 3 deletions
|
@ -76,7 +76,7 @@ body .root .content.theme {
|
|||
padding-right: 7px;
|
||||
}
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
li.en {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
ul li {
|
||||
background: $blue1;
|
||||
color: $white;
|
||||
border: 2px solid $black;
|
||||
border: 3px solid $gold1;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
ul li {
|
||||
background-color: $green1;
|
||||
color: $white;
|
||||
border: 2px solid darken($green1, 25%);
|
||||
border: 3px solid darken($green1, 15%);
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue