aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-10-28 09:19:26 -0400
committerbobzel <zzzman@gmail.com>2020-10-28 09:19:26 -0400
commit09dae896673d08d7030b71fb2c3f52924726f58e (patch)
treefb9b24726d9d333dce831b623ea033f222b11af3 /src/client/views/nodes/formattedText
parent998a0bb5b6a532341d29eb0ae2f84e5bdf49af3c (diff)
fixed up dark schema a bit.
Diffstat (limited to 'src/client/views/nodes/formattedText')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.scss b/src/client/views/nodes/formattedText/FormattedTextBox.scss
index 9307f1649..b75cc230f 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.scss
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.scss
@@ -22,7 +22,7 @@
border-style: solid;
overflow-y: auto;
overflow-x: hidden;
- color: initial;
+ color: inherit;
display: flex;
flex-direction: row;
transition: opacity 1s;