feat: --accent-contrast-color was added

This commit is contained in:
Mirus
2024-07-31 14:08:24 +03:00
parent 0172b4e8b7
commit fa19e201e1
4 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
:root {
/* COLOR VARIABLES */
--background: color-mix(in srgb, var(--accent) 2%, #1D1E28 98%);
--accent-contrast-color: black;
--color: white;
--border-color: rgba(255, 255, 255, .1);