From d96ba8b2a58345f8a9717383a2f3161797812618 Mon Sep 17 00:00:00 2001 From: Rawley Date: Sun, 3 Apr 2022 03:33:40 +0000 Subject: [PATCH] fix code blocks on dark theme. --- static/index.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/index.css b/static/index.css index dbe1fcf..c9947f0 100644 --- a/static/index.css +++ b/static/index.css @@ -183,6 +183,9 @@ code { body > * { color: #f8f8f2; } + code { + color: #50fa7b; + } a::after { background-color: #bd93f9; }