File tree 1 file changed +6
-9
lines changed
src/librustdoc/html/static/themes
1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ pre {
108
108
}
109
109
110
110
.sidebar .version {
111
- border-bottom-color : # DDD ;
111
+ border-bottom-color : # 424c57 ;
112
112
}
113
113
114
114
.sidebar-title {
@@ -198,7 +198,7 @@ pre.rust .comment, pre.rust .doccomment {
198
198
}
199
199
200
200
nav : not (.sidebar ) {
201
- border-bottom-color : # e0e0e0 ;
201
+ border-bottom-color : # 424c57 ;
202
202
}
203
203
nav .main .current {
204
204
border-top-color : # 5c6773 ;
@@ -223,22 +223,19 @@ a {
223
223
# crate-search {
224
224
color : # c5c5c5 ;
225
225
background-color : # 141920 ;
226
- border-radius : 4px ;
227
- box-shadow : none;
228
- border-color : # 5c6773 ;
226
+ box-shadow : 0 0 0 1px # 424c57, 0 0 0 2px transparent;
227
+ border-color : # 424c57 ;
229
228
}
230
229
231
230
.search-input {
232
231
color : # ffffff ;
233
232
background-color : # 141920 ;
234
- box-shadow : none ;
233
+ box-shadow : 0 0 0 1 px # 424c57 , 0 0 0 2 px transparent ;
235
234
transition : box-shadow 150ms ease-in-out;
236
- border-radius : 4px ;
237
- margin-left : 8px ;
238
235
}
239
236
240
237
# crate-search + .search-input : focus {
241
- box-shadow : 0 px 6 px 20 px 0 px black ;
238
+ box-shadow : 0 0 0 1 px # 148099 , 0 0 0 2 px transparent ;
242
239
}
243
240
244
241
.search-focus : disabled {
You can’t perform that action at this time.
0 commit comments