diff options
Diffstat (limited to 'src/style.scss')
-rw-r--r-- | src/style.scss | 13 |
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%; } |