aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2022-11-22 09:46:41 +0100
committerHarald Eilertsen <haraldei@anduin.net>2022-11-22 09:46:41 +0100
commit1ff12c5520500e9aff75a45f87614e031674a31b (patch)
tree188f0cce531aa599001f2e919fd5c8587651cefe /view/theme
parent40d74fa779bbb079e844f9644d7677b06103b8f3 (diff)
downloadvolse-hubzilla-1ff12c5520500e9aff75a45f87614e031674a31b.tar.gz
volse-hubzilla-1ff12c5520500e9aff75a45f87614e031674a31b.tar.bz2
volse-hubzilla-1ff12c5520500e9aff75a45f87614e031674a31b.zip
redbasic: Dark scheme fixes
- Changed background of category tags to make them readable. - Changed background on "view source" dialog to make it readable.
Diffstat (limited to 'view/theme')
-rw-r--r--view/theme/redbasic/schema/dark.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/theme/redbasic/schema/dark.css b/view/theme/redbasic/schema/dark.css
index 3a93a5c17..d64c3a3f4 100644
--- a/view/theme/redbasic/schema/dark.css
+++ b/view/theme/redbasic/schema/dark.css
@@ -32,3 +32,16 @@ a,
.fakelink {
color: var(--bs-link-color);
}
+.item-category {
+ background-color: #293a4f !important;
+}
+#cboxContent {
+ background-color: #273039;
+}
+#jot-title-wrap,
+#jot-summary-wrap,
+#jot-pagetitle-wrap,
+#jot-category-wrap,
+#jot-customjotheaders-wrap {
+ border-bottom: 1px solid var(--bs-border-color);
+}