diff options
| author | kj_sh604 | 2026-02-14 13:34:36 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-14 13:34:36 -0500 |
| commit | 97963e5fd20dab80856f03d942c17220a8d609df (patch) | |
| tree | f493668d4c5156b2563946f67102e9fbc90bfdbd | |
| parent | 9749963f4108a877c6c20c8a1a50afca10cbd30b (diff) | |
refactor: src/parts/_typography.css
| -rw-r--r-- | src/parts/_typography.css | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
