From c15c1c6c74f32849c29efb55e5847d7dc27bc490 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 20 Jan 2024 00:28:59 +0300 Subject: [PATCH] Improved a11y --- assets/styles/layout/variables/main/_dark.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/layout/variables/main/_dark.scss b/assets/styles/layout/variables/main/_dark.scss index 10ff8d5e1..99692bde4 100644 --- a/assets/styles/layout/variables/main/_dark.scss +++ b/assets/styles/layout/variables/main/_dark.scss @@ -13,5 +13,5 @@ --demo-code-button-hover-bg: rgba(255,255,255,.1); --demo-code-button-hover-color: var(--surface-700); --doc-highlight-text-bg: var(--surface-50); - --doc-highlight-text-color: var(--surface-400); + --doc-highlight-text-color: var(--surface-500); } \ No newline at end of file