File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 106
106
margin-bottom : -25px ;
107
107
color : # 777 ;
108
108
}
109
+ .night .ui-infobar {
110
+ color : # ededed ;
111
+ }
109
112
110
113
.toc .invisable-node {
111
114
list-style-type : none;
@@ -454,7 +457,8 @@ small .dropdown a:focus, small .dropdown a:hover {
454
457
color : # eee ;
455
458
}
456
459
457
- .night .navbar a {
460
+ .night .navbar-default .navbar-nav > li > a ,
461
+ .night .navbar a {
458
462
color : # eee ;
459
463
}
460
464
Original file line number Diff line number Diff line change @@ -329,6 +329,11 @@ body.night{
329
329
background : # 000 ;
330
330
331
331
}
332
+
333
+ .night .navbar-default .btn-link {
334
+ color : # bbb ;
335
+ }
336
+
332
337
.dropdown-menu > li > a {
333
338
cursor : pointer;
334
339
text-overflow : ellipsis;
@@ -345,6 +350,10 @@ body.night{
345
350
color : # 262626
346
351
}
347
352
353
+ .night .status-bar .dropdown-menu > li > a : focus , .status-bar .dropdown-menu > li > a : hover {
354
+ color : # ccc ;
355
+ }
356
+
348
357
.night .dropdown-menu {
349
358
background : # 222 ;
350
359
}
You can’t perform that action at this time.
0 commit comments