diff --git a/theme-arc-blue.css b/theme-arc-blue.css index fcd68f4..549636f 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -955,3 +955,14 @@ background: #00009c; color: #eee; } + .ui.header .sub.header { + color: #aaa; + } + .ui.menu .ui.dropdown .menu > .item:hover, .ui.menu .ui.dropdown .menu > .selected.item { + color: #fff !important; + background: #030c89 !important; + } + .ui.basic.button, .ui.basic.buttons .button { + color: #dcdcdc !important; + background: #014a25 !important; + }