mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 16:39:52 +01:00
Fix white text in evolution buttons
This commit is contained in:
@@ -64,6 +64,13 @@ button {
|
||||
|
||||
transition-duration: 50ms;
|
||||
}
|
||||
&:active {
|
||||
color: $fg_color;
|
||||
}
|
||||
&:active:hover, &:checked {
|
||||
color: $selected_fg_color;
|
||||
}
|
||||
|
||||
|
||||
&:backdrop {
|
||||
&.flat, & {
|
||||
|
||||
Reference in New Issue
Block a user