Update 'theme-arc-blue.css'

This commit is contained in:
Christos Nouskas 2018-08-01 13:48:37 +00:00
parent aa31e8b906
commit 03362f6a02
1 changed files with 20 additions and 10 deletions

View File

@ -224,11 +224,21 @@
.ui.action.input:not([class*="left action"]) input:focus { .ui.action.input:not([class*="left action"]) input:focus {
border-right-color: #456580!important; border-right-color: #456580!important;
} }
.ui.green.button .ui.green.buttons .button { .ui.green.button,
background-color: #2a733b; .ui.green.buttons .button {
background-color: #217a45;
color: #fff;
text-shadow: none;
background-image: none;
}
.ui.green.button:focus,
.ui.green.buttons .button:focus {
background-color: #085121 !important;
color: #fff;
text-shadow: none;
} }
.ui.button { .ui.button {
background: #151532; background: #0c0c53;
border: 1px solid #313c47; border: 1px solid #313c47;
color: #dbdbdb; color: #dbdbdb;
} }
@ -243,7 +253,7 @@
color: #dbdbdb; color: #dbdbdb;
} }
.ui.table thead th { .ui.table thead th {
background: #172a40; background: #05174b;
color: #dbdbdb; color: #dbdbdb;
} }
.repository.file.list #repo-files-table tr:hover { .repository.file.list #repo-files-table tr:hover {
@ -269,7 +279,7 @@
.hljs-keyword, .hljs-keyword,
.hljs-selector-tag, .hljs-selector-tag,
.hljs-subst { .hljs-subst {
color: #88ccef; color: #55aaaa;
} }
.markdown:not(code) .highlight pre, .markdown:not(code) .highlight pre,
.markdown:not(code) pre { .markdown:not(code) pre {
@ -351,7 +361,7 @@
border: 1px solid #456580; border: 1px solid #456580;
} }
.ui .info.segment.top { .ui .info.segment.top {
background-color: #151532 !important; background-color: #060639 !important;
} }
.repository .diff-file-box .file-body.file-code .lines-num { .repository .diff-file-box .file-body.file-code .lines-num {
color: #9e9e9e; color: #9e9e9e;
@ -857,16 +867,16 @@
.ui.blue.button, .ui.blue.button,
.ui.blue.buttons .button { .ui.blue.buttons .button {
color: #ddd; color: #ddd;
background-color: #073aa2; background-color: #030c69;
} }
.ui.blue.button:focus, .ui.blue.button:focus,
.ui.blue.buttons .button:focus { .ui.blue.buttons .button:hover {
background-color: #0a51e1; background-color: #052ca1;
color: #fff; color: #fff;
text-shadow: none;
} }
.CodeMirror pre { .CodeMirror pre {
background: #0a0a0a; background: #0a0a0a;
color: #dedede;
} }
.CodeMirror-linenumber { .CodeMirror-linenumber {
color: #ddd; color: #ddd;