Skip to content

Commit

Permalink
fix kb label color (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed May 8, 2024
1 parent 3a50ebb commit fd2c9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/kb.css
Expand Up @@ -19,7 +19,7 @@ body.kb h2::after {

body.kb .label {
background-color: var(--color-kb) !important;
color: var(--color-kb);
color: rgba(var(--colors-neutral-15));
}

/* Hero */
Expand Down

0 comments on commit fd2c9e5

Please sign in to comment.