From 97963e5fd20dab80856f03d942c17220a8d609df Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 14 Feb 2026 13:34:36 -0500 Subject: refactor: src/parts/_typography.css --- src/parts/_typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parts/_typography.css') diff --git a/src/parts/_typography.css b/src/parts/_typography.css index 2d275b7..7b8fecf 100644 --- a/src/parts/_typography.css +++ b/src/parts/_typography.css @@ -80,7 +80,7 @@ mark { background-color: var(--highlight); border-radius: 2px; padding: 0 2px 0 2px; - color: #000; + color: var(--text-bright); } a > code, -- cgit v1.2.3