aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlam Guardin <alamguardin@gmail.com>2024-08-09 21:20:19 -0500
committerAlam Guardin <alamguardin@gmail.com>2024-08-09 21:20:19 -0500
commit357b4e5faf660fa4c71ff5f3339ddb02b2030101 (patch)
tree03b9933c3abbfc56b8cb9d146fda1d4f5595c8d0
parent90bcfbf0d49e428e6b4bb45c511e4a60cecaff49 (diff)
refactor: change color of the explore more button icon
-rw-r--r--src/components/Shadow.astro6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/Shadow.astro b/src/components/Shadow.astro
index ab799d1..946dcde 100644
--- a/src/components/Shadow.astro
+++ b/src/components/Shadow.astro
@@ -29,7 +29,7 @@
outline: none;
background: var(--zinc-50);
font-size: 0.875rem;
- color: var(--zinc-950);
+ color: var(--zinc-950);
border-radius: 1.5rem;
cursor: pointer;
}
@@ -38,4 +38,8 @@
width: 1.5rem;
height: 1.5rem;
}
+
+ .shadow-button-icon svg {
+ fill: var(--zinc-950);
+ }
</style> \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage