File tree 4 files changed +12
-27
lines changed
src/librustdoc/html/static/css
4 files changed +12
-27
lines changed Original file line number Diff line number Diff line change @@ -1393,6 +1393,12 @@ h3.variant {
1393
1393
background-color : var (--button-background-color );
1394
1394
border : 1px solid var (--border-color );
1395
1395
border-radius : 2px ;
1396
+ color : var (--settings-button-color );
1397
+ }
1398
+
1399
+ # settings-menu > a : hover , # settings-menu > a : focus ,
1400
+ # help-button > a : hover , # help-button > a : focus {
1401
+ border-color : var (--settings-button-border-focus );
1396
1402
}
1397
1403
1398
1404
# copy-path {
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Original by Dempfi (https://github.com/dempfi/ayu)
7
7
--main-background-color : # 0f1419 ;
8
8
--main-color : # c5c5c5 ;
9
9
--settings-input-color : # ffb454 ;
10
+ --settings-button-color : # fff ;
11
+ --settings-button-border-focus : # e0e0e0 ;
10
12
--sidebar-background-color : # 14191f ;
11
13
--sidebar-background-color-hover : rgba (70 , 70 , 70 , 0.33 );
12
14
--code-block-background-color : # 191f26 ;
@@ -206,19 +208,10 @@ kbd {
206
208
box-shadow : inset 0 -1px 0 # 5c6773 ;
207
209
}
208
210
209
- # settings-menu > a , # help-button > a {
210
- color : # fff ;
211
- }
212
-
213
211
# settings-menu > a img {
214
212
filter : invert (100 );
215
213
}
216
214
217
- # settings-menu > a : hover , # settings-menu > a : focus ,
218
- # help-button > a : hover , # help-button > a : focus {
219
- border-color : # e0e0e0 ;
220
- }
221
-
222
215
.search-results .result-name span .alias {
223
216
color : # c5c5c5 ;
224
217
}
Original file line number Diff line number Diff line change 2
2
--main-background-color : # 353535 ;
3
3
--main-color : # ddd ;
4
4
--settings-input-color : # 2196f3 ;
5
+ --settings-button-color : # 000 ;
6
+ --settings-button-border-focus : # ffb900 ;
5
7
--sidebar-background-color : # 505050 ;
6
8
--sidebar-background-color-hover : # 676767 ;
7
9
--code-block-background-color : # 2A2A2A ;
@@ -112,15 +114,6 @@ kbd {
112
114
box-shadow : inset 0 -1px 0 # c6cbd1 ;
113
115
}
114
116
115
- # settings-menu > a , # help-button > a {
116
- color : # 000 ;
117
- }
118
-
119
- # settings-menu > a : hover , # settings-menu > a : focus ,
120
- # help-button > a : hover , # help-button > a : focus {
121
- border-color : # ffb900 ;
122
- }
123
-
124
117
.search-results .result-name span .alias {
125
118
color : # fff ;
126
119
}
Original file line number Diff line number Diff line change 2
2
--main-background-color : white;
3
3
--main-color : black;
4
4
--settings-input-color : # 2196f3 ;
5
+ --settings-button-color : # 000 ;
6
+ --settings-button-border-focus : # 717171 ;
5
7
--sidebar-background-color : # F5F5F5 ;
6
8
--sidebar-background-color-hover : # E0E0E0 ;
7
9
--code-block-background-color : # F5F5F5 ;
@@ -104,15 +106,6 @@ kbd {
104
106
box-shadow : inset 0 -1px 0 # c6cbd1 ;
105
107
}
106
108
107
- # settings-menu > a , # help-button > a {
108
- color : # 000 ;
109
- }
110
-
111
- # settings-menu > a : hover , # settings-menu > a : focus ,
112
- # help-button > a : hover , # help-button > a : focus {
113
- border-color : # 717171 ;
114
- }
115
-
116
109
.search-results .result-name span .alias {
117
110
color : # 000 ;
118
111
}
You can’t perform that action at this time.
0 commit comments