From c39d373f75b2ebd7c66fe0ecbd39af80a5d4d600 Mon Sep 17 00:00:00 2001 From: westtle <103447524+westtle@users.noreply.github.com> Date: Tue, 13 Feb 2024 12:52:02 +0700 Subject: [PATCH] changed placeholder and icons color from boulder to gray. --- assets/styles/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/styles/global.css b/assets/styles/global.css index c599292..41afe24 100644 --- a/assets/styles/global.css +++ b/assets/styles/global.css @@ -36,11 +36,11 @@ --black: 0, 0%, 0%; --white: 0, 0%, 100%; --cod-gray: 0, 0%, 6%; - --boulder: 0, 0%, 46%; + --gray: 0, 0%, 58%; --color-1: var(--black), 80%; --color-2: var(--white); - --color-3: var(--boulder), 80%; /* Placeholder and Icons */ + --color-3: var(--gray); /* Placeholder and Icons */ } :root[data-theme="dark"] {