Skip to content

Commit 88822b3

Browse files
author
linuxjava7
committed
fix text colour
1 parent e86f260 commit 88822b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
598598
.front {
599599
font-size: 1.25rem;
600600
background: var(--accent-bg-color);
601-
color: white;
601+
color: var(--accent-fg-color);
602602
transform: translateY(-4px);
603603
padding: 0.6rem 1.5rem;
604604
border-radius: var(--btnsqr);

0 commit comments

Comments
 (0)