mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
doc: remove extra "#" before hex color
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user