mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-23 22:01:01 +00:00
dark theme: some more missing definitions
This commit is contained in:
parent
6a5e1ed1ae
commit
0694291f9c
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
--color-footer: #22272e;
|
--color-footer: #22272e;
|
||||||
--color-text-light: #a6aab5;
|
--color-text-light: #a6aab5;
|
||||||
--color-text-light-2: #adbac7;
|
--color-text-light-2: #adbac7;
|
||||||
--color-text: #768390;
|
--color-text: #bbc0ca;
|
||||||
--color-box-body: #22272e;
|
--color-box-body: #22272e;
|
||||||
--color-markup-code-block: #636e7b66;
|
--color-markup-code-block: #636e7b66;
|
||||||
--color-light: #22272e;
|
--color-light: #22272e;
|
||||||
|
@ -33,6 +33,10 @@
|
||||||
border-radius: .75em;
|
border-radius: .75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.header .sub.header {
|
||||||
|
color: #636e7b;
|
||||||
|
}
|
||||||
|
|
||||||
.ui .error.header {
|
.ui .error.header {
|
||||||
border-color: var(--color-red) !important;
|
border-color: var(--color-red) !important;
|
||||||
background-color: var(--color-red) !important;
|
background-color: var(--color-red) !important;
|
||||||
|
|
Loading…
Reference in a new issue