mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-19 21:08:35 +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;
|
||||
--panels-background: #1a1a1a;
|
||||
--panels-text: #ffffff;
|
||||
--accent-text: #2e2e2e;
|
||||
--accent-text: #dfdfdf;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* Tab links */
|
||||
|
||||
.favorites_tablinks.active {
|
||||
color: var(--main-text-inverted);
|
||||
color: var(--accent-text);
|
||||
}
|
Loading…
Reference in a new issue