mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Fix white text in evolution buttons
This commit is contained in:
@@ -308,6 +308,13 @@ button {
|
|||||||
background-color: #00ba93;
|
background-color: #00ba93;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
notebook > header > tabs > arrow:active,
|
||||||
|
button:active {
|
||||||
|
color: #C3C7D1; }
|
||||||
|
notebook > header > tabs > arrow:active:hover, notebook > header > tabs > arrow:checked,
|
||||||
|
button:active:hover,
|
||||||
|
button:checked {
|
||||||
|
color: #fefefe; }
|
||||||
notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop,
|
notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop,
|
||||||
button:backdrop.flat,
|
button:backdrop.flat,
|
||||||
button:backdrop {
|
button:backdrop {
|
||||||
|
|||||||
@@ -308,6 +308,13 @@ button {
|
|||||||
background-color: #00ba93;
|
background-color: #00ba93;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
transition-duration: 50ms; }
|
transition-duration: 50ms; }
|
||||||
|
notebook > header > tabs > arrow:active,
|
||||||
|
button:active {
|
||||||
|
color: #31363d; }
|
||||||
|
notebook > header > tabs > arrow:active:hover, notebook > header > tabs > arrow:checked,
|
||||||
|
button:active:hover,
|
||||||
|
button:checked {
|
||||||
|
color: #fefefe; }
|
||||||
notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop,
|
notebook > header > tabs > arrow:backdrop, notebook > header > tabs > arrow:backdrop,
|
||||||
button:backdrop.flat,
|
button:backdrop.flat,
|
||||||
button:backdrop {
|
button:backdrop {
|
||||||
|
|||||||
@@ -66,6 +66,13 @@ button {
|
|||||||
|
|
||||||
transition-duration: 50ms;
|
transition-duration: 50ms;
|
||||||
}
|
}
|
||||||
|
&:active {
|
||||||
|
color: $fg_color;
|
||||||
|
}
|
||||||
|
&:active:hover, &:checked {
|
||||||
|
color: $selected_fg_color;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
&:backdrop {
|
&:backdrop {
|
||||||
&.flat, & {
|
&.flat, & {
|
||||||
|
|||||||
Reference in New Issue
Block a user