loginpage color
This commit is contained in:
@@ -10,6 +10,27 @@
|
||||
--color-foreground: var(--foreground);
|
||||
--font-sans: var(--font-geist-sans);
|
||||
--font-mono: var(--font-geist-mono);
|
||||
|
||||
|
||||
/*login color start*/
|
||||
--color-input-placeholder-text: #b1b8c0;
|
||||
--color-input-border: #dee1e6;
|
||||
|
||||
--color-basic-text: #4c5561;
|
||||
|
||||
--color-logo-text: #333c47;
|
||||
--color-input-border-select: #333c47;
|
||||
--color-input-alert-text: #333c47;
|
||||
|
||||
--color-error: #f64c4c;
|
||||
|
||||
--color-inactive-checkbox: #c2c9cf;
|
||||
|
||||
--color-inactive-button: #8598e8;
|
||||
--color-active-button: #1f2b91;
|
||||
/*login color end*/
|
||||
|
||||
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
Reference in New Issue
Block a user