diff options
author | lonkaars <l.leblansch@gmail.com> | 2021-03-12 13:27:50 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2021-03-12 13:27:50 +0100 |
commit | 04a42a7874f165861878d80f20a0c9809cf20cda (patch) | |
tree | 3cee547be76584d6b55f8bb899da76d8837ed941 /styles | |
parent | 73070f63128ef178bb15f64ebaf1c770cc40e5ce (diff) |
text color readable while editin status in light mode
Diffstat (limited to 'styles')
-rw-r--r-- | styles/global.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/styles/global.css b/styles/global.css index 34c1b0d..9b77a6b 100644 --- a/styles/global.css +++ b/styles/global.css @@ -84,6 +84,7 @@ input.light::placeholder { color: var(--text-alt); } *[contenteditable="true"]:focus { border-color: var(--disk-a); } *[contenteditable="true"] { background-color: var(--page-background); + color: var(--text-alt); padding: 6px; border-radius: 6px; border-style: solid; |