mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
Fix black theme.. and change text colors..
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user