File tree Expand file tree Collapse file tree 4 files changed +20
-48
lines changed Expand file tree Collapse file tree 4 files changed +20
-48
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export function Hero() {
5858 const projectsSection = document . getElementById ( "projects" ) ;
5959 projectsSection ?. scrollIntoView ( { behavior : "smooth" } ) ;
6060 } }
61- className = "hero-button-primary"
61+ className = "hero-button-primary text-[--color-background] "
6262 >
6363 View My Work
6464 </ button >
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ const MinecraftProjects = () => {
7777 linkObj . name === "Github"
7878 ? "bg-[#5a4378] text-white hover:bg-[#5a4378]"
7979 : linkObj . name === "MCPEDL"
80- ? "bg-[#4a8a4a ] text-white hover:bg-[#4a8a4a ]"
80+ ? "bg-[#7CBB7C ] text-[#242424] hover:bg-[#97C997] hover:text-[#383838 ]"
8181 : linkObj . name === "CurseForge"
8282 ? "bg-[#f16436] text-white hover:bg-[#f16436]"
8383 : "bg-[#333] text-white hover:bg-[#333]"
Original file line number Diff line number Diff line change @@ -301,8 +301,7 @@ button:focus-visible {
301301}
302302
303303.contact-description {
304- @apply text-sm text-text-light mb-2;
305- color : var (--color-text-muted );
304+ @apply text-sm mb-2 text-[--color-text-secondary ];
306305}
307306
308307.contact-handle {
You can’t perform that action at this time.
0 commit comments