File tree Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Expand file tree Collapse file tree 3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 20
20
$main- bg: # fcfcfa ;
21
21
$bg- color : # f0efe7 url ($baseurl + "images/bg/body.jpg" );
22
22
$sidebar- bg- color : # efefe7 ;
23
+ $no- changes- bg- color : # f5f5f3 ;
24
+ $dropdown- active-bg- color : # fff ;
25
+ $versions- footer- bg- color : # eae9e0 ;
23
26
24
27
@if $mode = = dark {
25
28
$or ange: # d7834f ;
41
44
$main- bg: # 333333;
42
45
$bg- color : # 2a2a2aff;
43
46
$sidebar- bg- color : # 3d3d3a;
47
+ $no- changes- bg- color : # 515150;
48
+ $dropdown- active-bg- color : # 515150;
49
+ $versions- footer- bg- color : # 1f1f1e;
44
50
45
51
: root# {$theme} {
46
52
div # masthead {
98
104
input .pagefind-ui__search-input {
99
105
background : var (--main-bg );
100
106
}
107
+
108
+ # reference-version {
109
+ background-color : # 6f6e6954 ;
110
+ }
111
+
112
+ # l10n-versions-dropdown footer a {
113
+ color : # 6969dd ;
114
+ }
101
115
}
102
116
}
103
117
132
146
- - main- bg: # {$main- bg};
133
147
- - sidebar- bg- color : # {$sidebar- bg- color };
134
148
- - bg- color : # {$bg- color };
149
+ - - no- changes- bg- color : # {$no- changes- bg- color };
150
+ - - dropdown- active-bg- color : # {$dropdown- active-bg- color };
151
+ - - versions- footer- bg- color : # {$versions- footer- bg- color };
135
152
}
136
153
}
137
154
Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ a.dropdown-trigger {
298
298
& .active {
299
299
position : relative ;
300
300
z-index : 200 ;
301
- background-color : #fff !important ;
301
+ background-color : var ( --dropdown-active-bg-color ) !important ;
302
302
@include border-top-left-radius (3px );
303
303
@include border-top-right-radius (3px );
304
304
border : solid 1px var (--base-border-color-darker-8 );
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ h3.plumbing {
131
131
font-size : 11px ;
132
132
font-weight : normal ;
133
133
color : var (--font-color );
134
- background-color : #eae9e0 ;
134
+ background-color : var ( --versions-footer-bg-color ) ;
135
135
@include border-bottom-left-radius (3px );
136
136
@include border-bottom-right-radius (3px );
137
137
@@ -285,7 +285,7 @@ ol.reference-previous-versions {
285
285
@include border-bottom-left-radius (10px );
286
286
font-size : 10px ;
287
287
font-style : italic ;
288
- background-color : #f5f5f3 ;
288
+ background-color : var ( --no-changes-bg-color ) ;
289
289
}
290
290
}
291
291
}
You can’t perform that action at this time.
0 commit comments