aboutsummaryrefslogtreecommitdiff
path: root/styles/user.css
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-21 22:02:08 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-21 22:02:08 +0200
commitb0d6721ba9c3cb0a74c376791d41e446a2f57d14 (patch)
treebd985debde0542f576ba0746e3d628624cf30ebe /styles/user.css
parentda2fba59ddaee800eceee984198da0228fcb5b80 (diff)
move colors from styles/global.css to themes folder
Diffstat (limited to 'styles/user.css')
-rw-r--r--styles/user.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/user.css b/styles/user.css
index d66fa94..5487bb0 100644
--- a/styles/user.css
+++ b/styles/user.css
@@ -11,7 +11,7 @@
}
*[contenteditable="true"] {
background-color: var(--background);
- color: var(--text-alt);
+ color: var(--foreground);
padding: 8px;
box-shadow: inset 0 0 0 2px var(--foreground);
}