mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-31 18:28:30 +00:00
button text color white again and coherent with favorites tab
This commit is contained in:
parent
29d99a7361
commit
a3dc910b91
|
@ -33,7 +33,7 @@ html[data-theme='dark'] {
|
||||||
--main-text-inverted: #333333;
|
--main-text-inverted: #333333;
|
||||||
--panels-background: #1a1a1a;
|
--panels-background: #1a1a1a;
|
||||||
--panels-text: #ffffff;
|
--panels-text: #ffffff;
|
||||||
--accent-text: #2e2e2e;
|
--accent-text: #dfdfdf;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* Tab links */
|
/* Tab links */
|
||||||
|
|
||||||
.favorites_tablinks.active {
|
.favorites_tablinks.active {
|
||||||
color: var(--main-text-inverted);
|
color: var(--accent-text);
|
||||||
}
|
}
|
Loading…
Reference in a new issue