From 4f0a31be2358c8a284e3035e3988cfc067b0be1a Mon Sep 17 00:00:00 2001 From: capjamesg Date: Sun, 23 Jun 2024 19:52:54 +0100 Subject: [PATCH] change code highlight style in docs --- docs/pages/_layouts/default.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/_layouts/default.html b/docs/pages/_layouts/default.html index 2c24a25..40dcf35 100644 --- a/docs/pages/_layouts/default.html +++ b/docs/pages/_layouts/default.html @@ -129,8 +129,9 @@ } p code, li code { - background-color: #aaaaff; + background-color: #696969; padding: 0.1rem; + color: white; border-radius: 0.25rem; } article li {