File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 3030 .kernel_indicator_name {
3131 padding-left : 5px ;
3232 padding-right : 5px ;
33+ // accessibility improvement
34+ color : #102930
3335 }
3436}
3537
Original file line number Diff line number Diff line change @@ -186,7 +186,8 @@ ul.breadcrumb {
186186 }
187187 .running-indicator {
188188 padding-top : @dashboard_tb_pad ;
189- color : darken (@brand-success ,20% );
189+ // accessibility improvement
190+ color : darken (@brand-success ,25% );
190191 }
191192 .kernel-name {
192193 padding-top : @dashboard_tb_pad ;
@@ -204,6 +205,9 @@ ul.breadcrumb {
204205 .kernel-name {
205206 margin-left : @dashboard_lr_pad ;
206207 float : right ;
208+ // accessibility improvement
209+ color : #489eb8 ;
210+ font-weight : 700 ;
207211 }
208212}
209213
@@ -229,7 +233,8 @@ ul.breadcrumb {
229233 display : inline-block ;
230234 padding-left : @dashboard_lr_pad ;
231235 margin-left : -2px ;
232-
236+ // accessibility improvement
237+ color : darken (@link-color , 10% );
233238
234239 > .breadcrumb {
235240 padding : 0px ;
You can’t perform that action at this time.
0 commit comments