aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/PresBox.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-11-07 00:19:29 +0800
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-11-07 00:19:29 +0800
commit70d6aebaa5187332a6593a87aede54cd5d47a757 (patch)
treef59e6b1bf32b03ceae4d330eae39be12f10748f5 /src/client/views/nodes/PresBox.scss
parent73c3d393f9de8f8950ca24df8898fb0438c1745f (diff)
Made pres. trails *more compatible with dark mode
* not fully compatible - but much better in the pres. properties
Diffstat (limited to 'src/client/views/nodes/PresBox.scss')
-rw-r--r--src/client/views/nodes/PresBox.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/PresBox.scss b/src/client/views/nodes/PresBox.scss
index 5f4f571f3..de2aee8fa 100644
--- a/src/client/views/nodes/PresBox.scss
+++ b/src/client/views/nodes/PresBox.scss
@@ -131,7 +131,6 @@ $light-background: #ececec;
position: relative;
display: inline;
font-family: Roboto;
- color: black;
z-index: 100;
transition: 0.7s;
@@ -512,6 +511,7 @@ $light-background: #ececec;
background-color: $light-background;
border: solid 1px rgba(0, 0, 0, 0.5);
display: flex;
+ color: black;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 5px;
@@ -572,6 +572,7 @@ $light-background: #ececec;
border-radius: 5px;
font-size: 10;
height: 25;
+ color: black;
padding-left: 5px;
align-items: center;
margin-top: 5px;