From 09839150a868c135ff2b6a66cb4df310d34c9784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 22 Oct 2022 21:51:48 +0200 Subject: [PATCH] doc: remove extra "#" before hex color --- doc/docinfo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docinfo.html b/doc/docinfo.html index 3b594687d..7665f3405 100644 --- a/doc/docinfo.html +++ b/doc/docinfo.html @@ -42,7 +42,7 @@ /* light theme */ :root { color-scheme: light; - --body-bg-color: ##fff; + --body-bg-color: #fff; --body-color: #353535; --body-font: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; --link-color: #3d6baf;