style(next): move color variables to color scheme-related stylesheets

pull/1421/head
Adorian Doran 2025-03-12 13:31:04 +07:00
parent 4f87bd101e
commit 1426e43fb8
3 changed files with 8 additions and 6 deletions

@ -103,6 +103,10 @@
--modal-footer-background: #ffffff08; --modal-footer-background: #ffffff08;
--modal-footer-color: #ffffff7a; --modal-footer-color: #ffffff7a;
--toast-background: #00000099;
--toast-text-color: white;
--toast-close-button-background: #ffffff33;
--quick-search-background: #ffffff12; --quick-search-background: #ffffff12;
--quick-search-color: #ffffff52; --quick-search-color: #ffffff52;
--quick-search-hover-background: #ffffff1f; --quick-search-hover-background: #ffffff1f;

@ -97,6 +97,10 @@
--modal-footer-background: #00000008; --modal-footer-background: #00000008;
--modal-footer-color: #00000085; --modal-footer-color: #00000085;
--toast-background: #00000099;
--toast-text-color: white;
--toast-close-button-background: #ffffff33;
--quick-search-background: #00000012; --quick-search-background: #00000012;
--quick-search-color: #06060682; --quick-search-color: #06060682;
--quick-search-hover-background: #00000020; --quick-search-hover-background: #00000020;

@ -107,12 +107,6 @@ div.tn-tool-dialog {
* Toasts * Toasts
*/ */
:root {
--toast-background: #00000099;
--toast-text-color: white;
--toast-close-button-background: #ffffff33;
}
#toast-container { #toast-container {
/* The vertical gap between toasts */ /* The vertical gap between toasts */
gap: 10px; gap: 10px;