aboutsummaryrefslogtreecommitdiff
path: root/src/style.scss
diff options
context:
space:
mode:
authorLibravatar Silas Bartha <silas@exvacuum.dev>2025-02-10 16:50:19 -0500
committerLibravatar Silas Bartha <silas@exvacuum.dev>2025-02-10 16:50:19 -0500
commit89b411863b452fdab9d2b4a0cfd0e9d79d991f72 (patch)
tree02de0ae38340386c0ac7bb6e8e4b6ab4317878bd /src/style.scss
parent55a0a3de6550f0142b79ab40645c20b465ddded8 (diff)
Reading messages from DB + clicking to place new messages
Diffstat (limited to 'src/style.scss')
-rw-r--r--src/style.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/style.scss b/src/style.scss
index 23c3679..aaa420d 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -31,7 +31,17 @@
height: 5px;
border-radius: 50%;
transform: translate3d(-50%, -50%, 0);
- border: 2px solid white;
+ border: 2px solid everforest.$fg;
+ z-index: 999999;
+}
+
+.hint {
+ position: fixed;
+ bottom: 0%;
+ left: 0%;
+ color: everforest.$bg2;
+ z-index: 999999;
+ margin: 5px;
}
html,
@@ -47,6 +57,7 @@ h1 {
html {
background-color: everforest.$bg0;
+ color: everforest.$fg;
height: 100%;
}