Fix white text in evolution buttons

This commit is contained in:
EliverLara
2019-08-24 14:17:33 -05:00
parent c65be305ba
commit 50380d25b6
3 changed files with 21 additions and 0 deletions

View File

@@ -308,6 +308,13 @@ button {
background-color: #00ba93;
text-shadow: none;
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,
button:backdrop.flat,
button:backdrop {