mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
small fixes for dark themes
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
&.selected {
|
||||
background-color: scale-color($tertiary, $lightness: 90%);
|
||||
background-color: dark-light-diff($tertiary, $secondary, 90%, -60%);
|
||||
}
|
||||
@include hover {
|
||||
background-color: scale-color($highlight, $lightness: 60%);
|
||||
background-color: dark-light-diff($highlight, $secondary, 90%, -80%);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user