button text color white again and coherent with favorites tab

This commit is contained in:
lollilol 2020-05-12 14:18:27 +02:00
parent 29d99a7361
commit a3dc910b91
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ html[data-theme='dark'] {
--main-text-inverted: #333333;
--panels-background: #1a1a1a;
--panels-text: #ffffff;
--accent-text: #2e2e2e;
--accent-text: #dfdfdf;
}
body {

View File

@ -1,5 +1,5 @@
/* Tab links */
.favorites_tablinks.active {
color: var(--main-text-inverted);
color: var(--accent-text);
}