* More aggressive dark theme styles, changing default icon colors and notification colors

* Better sortig of archived notes which clicking archived
* Scroll to closed note and show animation on save
* Better notification styles, more obvious
This commit is contained in:
Max G
2020-03-30 05:31:09 +00:00
parent 5975ab6d68
commit 9309ea0821
5 changed files with 145 additions and 18 deletions

View File

@@ -37,11 +37,17 @@ div.ui.basic.segment.no-fluf-segment {
/* Night mode modifiers */
/*Make images sepia in night mode */
.night-mode img {
filter: grayscale(50%) brightness(80%) sepia(80%);
}
/*Make images sepia in night mode */
.night-mode img {
filter: grayscale(50%) brightness(80%) sepia(80%);
}
.night-mode i.green {
color: #877A61 !important;
}
.night-mode .green.label {
background-color: #877A61 !important;
border-color: #877A61 !important;
}
/* OVERWRITE DEFAULT SEMANTIC STYLES FOR CUSTOM/NIGHT MODES*/
body {