@ -388,6 +388,14 @@
color: #fff;
}
.repository .ui.segment.sub-menu .list .item.active {
background: #404552;
}
.ui.segments {
border-color: #454b5a;
}
.ui.horizontal.segments > .segment {
background-color: #383c4a;
}
@ -433,6 +441,15 @@ body {
background: #87ab63 !important;
}
::selection {
background: #87ab63 !important;
color: #fff !important;
}
::placeholder {
color: #7f7f7f !important;
}
a {
color: #87ab63;
}
@ -535,6 +552,7 @@ a:hover {
border: 1px solid #333640;
}
.ui.secondary.menu .active.item,
.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu .active.item:hover,
@ -549,6 +567,12 @@ a:hover {
background: #454b5a;
}
.ui.link.list .item,
.ui.link.list a.item,
.ui.link.list .item a:not(.ui) {
color: #dbdbdb;
}
.ui.menu .ui.dropdown .menu > .item {
color: #9e9e9e !important;
}
@ -622,8 +646,8 @@ footer {
.ui.label,
.ui.label.basic {
color: #dbdbdb;
border-color: rgb(152, 152, 152) ;
background-color: #2a2e39 ;
border-color: #6a737d ;
background-color: #353945 ;
}
.issue.list > .item .title {
@ -672,6 +696,7 @@ a.ui.basic.green.label:hover {
.ui.ui.menu .item.disabled,
.ui.ui.menu .item.disabled:hover {
color: #626773;
opacity: 1;
}
.ui.disabled.checkbox label,
@ -855,7 +880,7 @@ a.ui.basic.green.label:hover {
.ui.basic.button,
.ui.basic.buttons .button {
color: #9e9e9e;
background: rgba(0, 0, 0, .08 );
background: rgba(0, 0, 0, .06 );
box-shadow: none;
}
@ -915,8 +940,8 @@ a.ui.basic.green.label:hover {
}
.ui.table tbody tr {
border-color: #3336 40;
background: #2a2e3a ;
border-color: #404552 ;
background: #353945 ;
}
.ui .text.grey {
@ -1245,6 +1270,11 @@ td.blob-hunk {
color: #dbdbdb !important;
}
.repository .filter.menu.labels .label-filter .menu .info,
.repository .filter.menu.labels .label-filter .menu .info code {
border-color: #4e5361;
}
.ui.card,
.ui.cards > .card {
background: #353945;
@ -1719,6 +1749,7 @@ a.ui.labels .label:hover {
border-color: #634343 !important;
}
.repository .labelspage .item,
.organization.settings .labelspage .item,
.organization.teams .repositories .item:not(:last-child),
.organization.teams .members .item:not(:last-child),
@ -1727,8 +1758,14 @@ a.ui.labels .label:hover {
border-bottom-color: #404552;
}
.repository .labelspage .item a,
.organization.settings .labelspage .item a {
color: #6a737d;
}
.repository .labelspage .item a:hover,
.organization.settings .labelspage .item a:hover {
color: #fff;
color: #9e9e9e ;
}
.ui.blue.button:active,
@ -1766,6 +1803,11 @@ a.ui.labels .label:hover {
background: #383c4a;
}
.minicolors-panel {
background: #404552 !important;
border-color: #6a737d !important;
}
.editor-toolbar {
background-color: #404552;
border-color: #4b505f;