From 1335820abd7dec5d8ea64c2ec150f02455ac3769 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Mon, 27 Nov 2023 16:04:14 +0100 Subject: [PATCH] Fixes #583 by making YAML keys slightly darker --- web/styles/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/theme.scss b/web/styles/theme.scss index fc60d854..b113a6a2 100644 --- a/web/styles/theme.scss +++ b/web/styles/theme.scss @@ -92,7 +92,7 @@ html { --editor-code-string-color: #440377; --editor-code-number-color: #440377; --editor-code-info-color: var(--subtle-color); - --editor-code-atom-color: darkred; + --editor-code-atom-color: #5a0000; --editor-admonition-note-border-color: rgb(0, 184, 212); --editor-admonition-note-background-color: rgba(0, 184, 212, 0.1); --editor-admonition-warning-border-color: rgb(255, 145, 0);