From 16d82bcbae4c11fe9f75032ce8009b9c8050e199 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Tue, 9 Jun 2020 22:30:04 -0300 Subject: [PATCH] Fix black theme.. and change text colors.. --- css/style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 035b101..3b1b846 100644 --- a/css/style.scss +++ b/css/style.scss @@ -25,12 +25,12 @@ #new-note-fixed { z-index: 111; /* navigation menu is 110 ;-) */ - background-color: rgba(255, 255, 255, .75); padding: 10px; position: relative; } .quicknote { + color: #202124; min-height: 150px; width: 250px; padding: 10px; @@ -57,6 +57,10 @@ padding-left: 1ex; } +.quicknote a { + color: #15c; +} + .note-active { z-index: 10; height: 100%;