1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

doc: fix color of text with syntax highlighting and light theme

This commit is contained in:
Sébastien Helleu
2024-08-22 19:08:42 +02:00
parent 62f769e736
commit c3fd7e4e44
+4
View File
@@ -198,6 +198,10 @@ mark {
/* syntax highlighting tuning */
pre.pygments {
color: #ddd !important;
}
pre.pygments .tok-cp {
color: #44cfaf;
}