changed placeholder and icons color

from boulder to gray.
This commit is contained in:
westtle 2024-02-13 12:52:02 +07:00
parent d8bf46abae
commit c39d373f75

View file

@ -36,11 +36,11 @@
--black: 0, 0%, 0%; --black: 0, 0%, 0%;
--white: 0, 0%, 100%; --white: 0, 0%, 100%;
--cod-gray: 0, 0%, 6%; --cod-gray: 0, 0%, 6%;
--boulder: 0, 0%, 46%; --gray: 0, 0%, 58%;
--color-1: var(--black), 80%; --color-1: var(--black), 80%;
--color-2: var(--white); --color-2: var(--white);
--color-3: var(--boulder), 80%; /* Placeholder and Icons */ --color-3: var(--gray); /* Placeholder and Icons */
} }
:root[data-theme="dark"] { :root[data-theme="dark"] {