Fix black theme.. and change text colors..

This commit is contained in:
Matias De lellis
2020-06-09 22:30:04 -03:00
parent 5c5027caac
commit 16d82bcbae

View File

@@ -25,12 +25,12 @@
#new-note-fixed { #new-note-fixed {
z-index: 111; /* navigation menu is 110 ;-) */ z-index: 111; /* navigation menu is 110 ;-) */
background-color: rgba(255, 255, 255, .75);
padding: 10px; padding: 10px;
position: relative; position: relative;
} }
.quicknote { .quicknote {
color: #202124;
min-height: 150px; min-height: 150px;
width: 250px; width: 250px;
padding: 10px; padding: 10px;
@@ -57,6 +57,10 @@
padding-left: 1ex; padding-left: 1ex;
} }
.quicknote a {
color: #15c;
}
.note-active { .note-active {
z-index: 10; z-index: 10;
height: 100%; height: 100%;