diff options
-rw-r--r-- | doc/docinfo.html | 2 |
1 files changed, 1 insertions, 1 deletions
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; |