Skip to content

Commit cb28e5b

Browse files
committed
fix kb label color (#227)
1 parent 361a90d commit cb28e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/kb.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ body.kb h2::after {
1919

2020
body.kb .label {
2121
background-color: var(--color-kb) !important;
22-
color: var(--color-kb);
22+
color: rgba(var(--colors-neutral-15));
2323
}
2424

2525
/* Hero */

0 commit comments

Comments
 (0)