File tree 3 files changed +20
-3
lines changed
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 18
18
$main- bg: # fcfcfa ;
19
19
$bg- color : # f0efe7 url ($baseurl + "images/bg/body.jpg" );
20
20
$sidebar- bg- color : # efefe7 ;
21
+ $no- changes- bg- color : # f5f5f3 ;
22
+ $dropdown- active-bg- color : # fff ;
23
+ $versions- footer- bg- color : # eae9e0 ;
21
24
22
25
@if $mode = = dark {
23
26
$or ange: # d7834f ;
37
40
$main- bg: # 333333;
38
41
$bg- color : # 2a2a2aff;
39
42
$sidebar- bg- color : # 3d3d3a;
43
+ $no- changes- bg- color : # 515150;
44
+ $dropdown- active-bg- color : # 515150;
45
+ $versions- footer- bg- color : # 1f1f1e;
40
46
41
47
: root# {$theme} {
42
48
div # masthead {
100
106
input .pagefind-ui__search-input {
101
107
background : var (--main-bg );
102
108
}
109
+
110
+ # reference-version {
111
+ background-color : rgba (111 , 110 , 105 , 0.33 );
112
+ }
113
+
114
+ # l10n-versions-dropdown footer a {
115
+ color : # 6969dd ;
116
+ }
103
117
}
104
118
}
105
119
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