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