diff --git a/theme-arc-blue.css b/theme-arc-blue.css index f4a69f0..d8f9f9f 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -182,8 +182,9 @@ } .ui.blue.label, .ui.blue.labels .label { - background-color: #26577b!important; - border-color: #26577b!important; + background-color: #081f6f !important; + border-color: #081f6f !important; + color: #b5b5b5 !important; } .ui.menu .item > .label { background: #565454; @@ -881,4 +882,8 @@ .CodeMirror-linenumber { color: #ddd; background: #0a0a0a; + } + .ui .sha.label { + background: #060641; + color: #b6b6b6; } \ No newline at end of file