Skip to content

Commit a4eef4c

Browse files
committed
Tweaked <code> CSS color
1 parent 8028616 commit a4eef4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ main {
8888
}
8989

9090
code {
91-
color: var(--color-slate-300);
91+
color: rgba(255, 255, 255, 0.8);
9292
}

0 commit comments

Comments
 (0)