From b936399db215f3f362818f5c187b60d9799b08c6 Mon Sep 17 00:00:00 2001 From: nous Date: Thu, 2 Aug 2018 00:00:13 +0200 Subject: [PATCH] Update 'theme-arc-blue.css' --- theme-arc-blue.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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