1
0
Fork 0

2024-10-31

This commit is contained in:
Gennadiy 2024-10-31 21:39:02 +03:00
parent 9e0d4a2d4d
commit 2dc300f8f2

View file

@ -15,6 +15,6 @@ pre, code { font-family: JBMono, monospace; font-variant: none; }
/* number */ /* number */
.mi, .mf { color: #3866ee; } .mi, .mf { color: #3866ee; }
/* string */ /* string */
.s, .s1, .s2, .dl { color: #080; } .s, .s1, .s2, .se, .dl { color: #080; }
/* comment */ /* comment */
.c, .c1, .cm { color: #9e9e9e; } .c, .c1, .cm { color: #9e9e9e; }