enhance(ui): polish logseq color vars

This commit is contained in:
charlie
2024-01-19 11:43:53 +08:00
parent ed50a487b7
commit a0298266ba
3 changed files with 48 additions and 41 deletions

View File

@@ -66,7 +66,9 @@
}
.notification-area {
background-color: or(--logseq-of-notification-background, --lx-gray-04, --ls-tertiary-background-color, #fff);
@apply border;
background-color: or(--ls-notification-background, --lx-gray-03, --ls-tertiary-background-color, #fff);
color: or(--ls-notification-text-color, --lx-gray-11, --ls-primary-text-color);
}
}