Upload files to ''
Changed some more erroneous theme remnants
This commit is contained in:
parent
3a30bb5db3
commit
fbb9b9533f
@ -1,3 +1,10 @@
|
|||||||
|
:root{
|
||||||
|
--color-box-body: #353945!important;
|
||||||
|
--color-secondary: #212121!important;
|
||||||
|
--color-text: #dbdbdb!important;
|
||||||
|
--color-secondary-border: #464c5d;
|
||||||
|
}
|
||||||
|
|
||||||
.chroma {
|
.chroma {
|
||||||
background-color: #2a2e3a
|
background-color: #2a2e3a
|
||||||
}
|
}
|
||||||
@ -242,6 +249,21 @@ body {
|
|||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
scrollbar-color: #3296fe hsla(0, 0%, 100%, .1)
|
scrollbar-color: #3296fe hsla(0, 0%, 100%, .1)
|
||||||
}
|
}
|
||||||
|
div.issue.list {
|
||||||
|
border-color: #4c505c;
|
||||||
|
border: 1px solid rgba(34,36,38,.15);
|
||||||
|
background: #353945;
|
||||||
|
margin: -0.5rem;
|
||||||
|
padding: 0px 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui.segments{
|
||||||
|
border-color: var(--color-secondary-border)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.content.comment-container{
|
||||||
|
border: 1px solid var(--color-secondary-border)!important;
|
||||||
|
}
|
||||||
|
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
-webkit-appearance: none!important;
|
-webkit-appearance: none!important;
|
||||||
@ -1162,7 +1184,7 @@ input {
|
|||||||
|
|
||||||
.ui.basic.blue.button:focus, .ui.basic.blue.button:hover, .ui.basic.blue.buttons .button:focus, .ui.basic.blue.buttons .button:hover {
|
.ui.basic.blue.button:focus, .ui.basic.blue.button:hover, .ui.basic.blue.buttons .button:focus, .ui.basic.blue.buttons .button:hover {
|
||||||
box-shadow: inset 0 0 0 1px #3296fe!important;
|
box-shadow: inset 0 0 0 1px #3296fe!important;
|
||||||
color: #3296fe!important
|
color: #dedede!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.repository.labels .ui.basic.black.label {
|
.repository.labels .ui.basic.black.label {
|
||||||
@ -1194,6 +1216,9 @@ a.blob-excerpt {
|
|||||||
a.blob-excerpt:hover {
|
a.blob-excerpt:hover {
|
||||||
background: #3296fe
|
background: #3296fe
|
||||||
}
|
}
|
||||||
|
.lines-code{
|
||||||
|
background: #2a2e3a!important
|
||||||
|
}
|
||||||
|
|
||||||
.lines-code.active, .lines-code .active {
|
.lines-code.active, .lines-code .active {
|
||||||
background: #534d1b!important
|
background: #534d1b!important
|
||||||
@ -1286,7 +1311,7 @@ a.ui.label:hover, a.ui.labels .label:hover {
|
|||||||
|
|
||||||
.ui.basic.blue.button, .ui.basic.blue.buttons .button {
|
.ui.basic.blue.button, .ui.basic.blue.buttons .button {
|
||||||
box-shadow: inset 0 0 0 1px #3296fe!important;
|
box-shadow: inset 0 0 0 1px #3296fe!important;
|
||||||
color: #3296fe!important
|
color: #dedede!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.text.yellow, .yellow.icon.icon.icon {
|
.ui.text.yellow, .yellow.icon.icon.icon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user