diff options
| author | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-19 17:45:17 +0700 |
|---|---|---|
| committer | Rafi Zadanly <rafizadanly@gmail.com> | 2022-12-19 17:45:17 +0700 |
| commit | be141a93123fffe09df27ce678a026eb52cbbc20 (patch) | |
| tree | 6be93e9cca727ce70acb74943414c0197295f599 /src | |
| parent | df78d2cc8f8fe25e2cf2e162dca3e7c60293a41c (diff) | |
change anchor color
Diffstat (limited to 'src')
| -rw-r--r-- | src/styles/globals.css | 5 |
1 files changed, 2 insertions, 3 deletions
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 ; } |
