File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 14
14
@import url ("/css/defaults/transparent.css" );
15
15
@import url ("/css/defaults/servarr-base.css" );
16
16
17
+ : root {
18
+ --chartBackgroundColor : var (--transparency-dark-35 ) !important ;
19
+ }
20
+
17
21
[class *= "IndexerSearchInput-sectionTitle-" ] {
18
22
color : var (--text-hover );
19
23
}
62
66
color : var (--text-hover );
63
67
}
64
68
65
- /* ChartJS */
66
- [class *= "Stats-fullWidthChart-" ],
67
- [class *= "Stats-halfWidthChart-" ] {
68
- background : var (--transparency-dark-25 ) !important ;
69
+ [class *= "IndexerIndexTable-row-" ]: hover {
70
+ background : var (--transparency-dark-10 );
71
+ color : var (--text-hover );
69
72
}
70
73
71
74
canvas {
72
- filter : invert ( 1 )
75
+ text : white !important ;
73
76
}
74
77
75
78
/* QUERY OPTIONS */
Original file line number Diff line number Diff line change 13
13
@import url ("/css/defaults/placeholders.css" );
14
14
@import url ("/css/defaults/transparent.css" );
15
15
16
+ : root {
17
+ --scrollbarBackgroundColor : var (--transparency-light-25 ) !important ;
18
+ --scrollbarHoverBackgroundColor : var (--transparency-light-35 ) !important ;
19
+ --linkColor : var (--link-color ) !important ;
20
+ --linkHoverColor : var (--link-color-hover ) !important ;
21
+ }
16
22
17
23
body {
18
24
background : var (--main-bg-color );
You can’t perform that action at this time.
0 commit comments