From 138de504e5c8fce5b367b6ab1a7836053442388e Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Thu, 18 Jan 2018 21:03:57 -0800 Subject: [PATCH] minor high contrast fixes --- theme/style.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/theme/style.less b/theme/style.less index ed553071..565e3acf 100644 --- a/theme/style.less +++ b/theme/style.less @@ -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; + } } \ No newline at end of file