Rollup merge of #75870 - GuillaumeGomez:unify-border-color-theme-ayu, r=pickfire
Unify theme choices border color in ayu theme There was a slight color difference in the theme choice menu borders:   r? @Cldfire
This commit is contained in:
commit
c1cb46e906
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ kbd {
|
||||||
}
|
}
|
||||||
|
|
||||||
#theme-choices > button:not(:first-child) {
|
#theme-choices > button:not(:first-child) {
|
||||||
border-top-color: #c5c5c5;
|
border-top-color: #5c6773;
|
||||||
}
|
}
|
||||||
|
|
||||||
#theme-choices > button:hover, #theme-choices > button:focus {
|
#theme-choices > button:hover, #theme-choices > button:focus {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue