mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
Sonarr cut-off unmet default colors
This commit is contained in:
parent
b551e9742e
commit
1a8526d54e
@ -31,7 +31,6 @@
|
||||
|
||||
--accent-color: #009688;
|
||||
--accent-color-hover: #12afa0;
|
||||
--accent-color-inverse: rgba(255, 255, 255, 0.85);
|
||||
--queue-color: #009688;
|
||||
--link-color: #0ed2bf;
|
||||
--link-color-hover: #fff;
|
||||
@ -39,5 +38,4 @@
|
||||
--text:#eee;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
--text-inverse:#009688;
|
||||
}
|
@ -32,7 +32,6 @@
|
||||
|
||||
--accent-color: rgba(255, 255, 255, 0.25);
|
||||
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
||||
--accent-color-inverse: rgba(255, 255, 255, 0.85);
|
||||
--queue-color: #6b5;
|
||||
--link-color: #ddd;
|
||||
--link-color-hover: #fff;
|
||||
@ -40,5 +39,4 @@
|
||||
--text:#eee;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
--text-inverse:#595959;
|
||||
}
|
@ -31,7 +31,6 @@
|
||||
|
||||
--accent-color: #F44336;
|
||||
--accent-color-hover: #0b3161;
|
||||
--accent-color-inverse: rgba(255, 255, 255, 0.85);
|
||||
--queue-color: #6b5;
|
||||
--link-color: #ddd;
|
||||
--link-color-hover: #fff;
|
||||
@ -39,5 +38,4 @@
|
||||
--text:#eee;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
--text-inverse:#F44336;
|
||||
}
|
@ -31,7 +31,6 @@
|
||||
|
||||
--accent-color: #2cabe3;
|
||||
--accent-color-hover: white;
|
||||
--accent-color-inverse: rgba(255, 255, 255, 0.85);
|
||||
--queue-color: #2cabe3;
|
||||
--link-color: #2cabe3;
|
||||
--link-color-hover: #fff;
|
||||
@ -39,5 +38,4 @@
|
||||
--text:#96a2b4;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
--text-inverse:#2cabe3;
|
||||
}
|
@ -31,7 +31,6 @@
|
||||
|
||||
--accent-color: #e5a00d;
|
||||
--accent-color-hover: #ffc107;
|
||||
--accent-color-inverse: rgba(255, 255, 255, 0.85);
|
||||
--queue-color: #27c24c;
|
||||
--link-color: #e5a00d;
|
||||
--link-color-hover: #fff;
|
||||
@ -39,5 +38,4 @@
|
||||
--text:#eee;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
--text-inverse:#e5a00d;
|
||||
}
|
@ -373,12 +373,6 @@ a:hover {
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
[class*="Label\/inverse\/"] {
|
||||
border-color: var(--accent-color-inverse);
|
||||
background-color: var(--accent-color-inverse);
|
||||
color: var(--text-inverse);
|
||||
}
|
||||
|
||||
[class*="Label\/info\/"] {
|
||||
border-color: var(--accent-color);
|
||||
background-color: var(--accent-color);
|
||||
|
@ -31,7 +31,6 @@
|
||||
|
||||
--accent-color: #607D8B;
|
||||
--accent-color-hover: #81a6b7;
|
||||
--accent-color-inverse: rgba(255, 255, 255, 0.85);
|
||||
--queue-color: #81a6b7;
|
||||
--link-color: #81a6b7;
|
||||
--link-color-hover: #fff;
|
||||
@ -39,5 +38,4 @@
|
||||
--text:#eee;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
--text-inverse:#607D8B;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user