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%;