aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme
diff options
context:
space:
mode:
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);
+}