From be141a93123fffe09df27ce678a026eb52cbbc20 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 19 Dec 2022 17:45:17 +0700 Subject: change anchor color --- src/styles/globals.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index 5e0c54fa..0185f4e8 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -42,7 +42,7 @@ html, body { a { @apply font-medium - text-yellow_r-10 + text-red_r-10 ; } } @@ -165,7 +165,7 @@ html, body { h-full border border-gray_r-6 - bg-gray_r-2 + bg-white rounded relative flex @@ -189,7 +189,6 @@ html, body { p-2 pb-3 flex-1 - bg-white ; } -- cgit v1.2.3