mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
style(next): move color variables to color scheme-related stylesheets
This commit is contained in:
parent
4f87bd101e
commit
1426e43fb8
@ -103,6 +103,10 @@
|
||||
--modal-footer-background: #ffffff08;
|
||||
--modal-footer-color: #ffffff7a;
|
||||
|
||||
--toast-background: #00000099;
|
||||
--toast-text-color: white;
|
||||
--toast-close-button-background: #ffffff33;
|
||||
|
||||
--quick-search-background: #ffffff12;
|
||||
--quick-search-color: #ffffff52;
|
||||
--quick-search-hover-background: #ffffff1f;
|
||||
|
@ -97,6 +97,10 @@
|
||||
--modal-footer-background: #00000008;
|
||||
--modal-footer-color: #00000085;
|
||||
|
||||
--toast-background: #00000099;
|
||||
--toast-text-color: white;
|
||||
--toast-close-button-background: #ffffff33;
|
||||
|
||||
--quick-search-background: #00000012;
|
||||
--quick-search-color: #06060682;
|
||||
--quick-search-hover-background: #00000020;
|
||||
|
@ -107,12 +107,6 @@ div.tn-tool-dialog {
|
||||
* Toasts
|
||||
*/
|
||||
|
||||
:root {
|
||||
--toast-background: #00000099;
|
||||
--toast-text-color: white;
|
||||
--toast-close-button-background: #ffffff33;
|
||||
}
|
||||
|
||||
#toast-container {
|
||||
/* The vertical gap between toasts */
|
||||
gap: 10px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user