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

This commit is contained in:
Adorian Doran 2025-03-12 13:31:04 +02:00
parent 4f87bd101e
commit 1426e43fb8
3 changed files with 8 additions and 6 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;