minor high contrast fixes

This commit is contained in:
Peli de Halleux 2018-01-18 21:03:57 -08:00
parent df13e40a45
commit 138de504e5

View File

@ -111,4 +111,19 @@
.sandboxfooter a:not(.thin) {
color: @black !important;
}
}
/** high contrast **/
.hc {
.ui.menu, #downloadArea,
.menubar .ui.menu.fixed .ui.item.editor-menuitem .item.active {
background-color: black !important;
color: white !important;
}
.ui.red.corner.label {
border-color: #d4000d!important;
}
.menubar .ui.menu.fixed .item.editor-menuitem .ui.grid {
border-color: white !important;
}
}