dark theme: some more missing definitions

This commit is contained in:
Izzy 2021-10-01 23:19:38 +02:00
parent 6a5e1ed1ae
commit 0694291f9c
No known key found for this signature in database
GPG key ID: 5841AA5BBD64591E

View file

@ -6,7 +6,7 @@
--color-footer: #22272e;
--color-text-light: #a6aab5;
--color-text-light-2: #adbac7;
--color-text: #768390;
--color-text: #bbc0ca;
--color-box-body: #22272e;
--color-markup-code-block: #636e7b66;
--color-light: #22272e;
@ -33,6 +33,10 @@
border-radius: .75em;
}
.ui.header .sub.header {
color: #636e7b;
}
.ui .error.header {
border-color: var(--color-red) !important;
background-color: var(--color-red) !important;