Update 'theme-arc-blue.css'

This commit is contained in:
nous 2018-08-02 00:00:13 +02:00
parent 0a9b9f9333
commit b936399db2
1 changed files with 7 additions and 2 deletions

View File

@ -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;
}