From c3a8b5bc1fe2b647172e453dca7b2a3e7869da04 Mon Sep 17 00:00:00 2001 From: YouHaveTrouble Date: Fri, 9 May 2025 17:35:11 +0200 Subject: [PATCH] made codeblocks more readable --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 66f6ff4..c750d2b 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -144,9 +144,10 @@ hr { code { font-family: 'SF Mono', menlo, inconsolata, monospace; font-size: calc(1em - 2px); - color: #555; + color: #dadada; padding: 0.2em 0.4em; border-radius: 2px; + background-color: rgba(255, 255, 255, 0.1); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }