summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-10-22 21:51:48 +0200
committerSébastien Helleu <flashcode@flashtux.org>2022-10-22 21:51:48 +0200
commit09839150a868c135ff2b6a66cb4df310d34c9784 (patch)
tree97a55b61caf9c9fdd449e8b453f7b6c3346bbc20
parentfd526e38a3e02f4740d21f4e661f2c2e75e50c63 (diff)
downloadweechat-09839150a868c135ff2b6a66cb4df310d34c9784.zip
doc: remove extra "#" before hex color
-rw-r--r--doc/docinfo.html2
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;