Bug: Change color variable for dark mode (#8758)

pull/8764/head^2
Reckson Zirsangzela Khiangte 2023-05-09 13:14:17 +05:30 committed by GitHub
parent 5362cd66b4
commit 3b7d85852a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -84,8 +84,8 @@
/* Brand shenanigans
-> These will be computed for the users theme at runtime.
*/
--cal-brand: #111827;
--cal-brand-emphasis: #101010;
--cal-brand: white;
--cal-brand-emphasis: #e1e1e1;
--cal-brand-text: black;
}