fix: sass deprecation warning (#1100)

This commit is contained in:
Aman Harwara
2022-06-14 13:21:11 +05:30
committed by GitHub
parent 93606da126
commit fd115bc113
35 changed files with 118 additions and 130 deletions

View File

@@ -1,9 +1,9 @@
:root {
--background-1: #EDE4DA;
--background-1: #ede4da;
--background-2: #e8d9c8;
--foreground-color: #5C3F27;
--foreground-color: #5c3f27;
--border-color: #d9c6b1;
--highlight-color: #D68420;
--highlight-color: #d68420;
--highlight-contrast: #e3ae74;
--sn-stylekit-info-color: #a37337;
@@ -58,7 +58,8 @@
--sn-stylekit-passive-color-5: #e9d9c7;
}
#notes-column .note.selected, .notes .note.selected {
#notes-column .note.selected,
.notes .note.selected {
background-color: #e9d9c7;
color: var(--sn-stylekit-contrast-foreground-color);
}