Skip to content

Commit 3b7294e

Browse files
Update site at Tue Mar 25 05:37:47 UTC 2025
1 parent 26e9f44 commit 3b7294e

File tree

1 file changed

+27
-35
lines changed

1 file changed

+27
-35
lines changed

docs/css/syntax.css

Lines changed: 27 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -24,43 +24,35 @@ pre.numberSource code > span > a:first-child::before
2424
-khtml-user-select: none; -moz-user-select: none;
2525
-ms-user-select: none; user-select: none;
2626
padding: 0 4px; width: 4em;
27-
background-color: #ffffff;
28-
color: #a0a0a0;
27+
color: #aaaaaa;
2928
}
30-
pre.numberSource { margin-left: 3em; border-left: 1px solid #a0a0a0; padding-left: 4px; }
29+
pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
3130
div.sourceCode
32-
{ color: #1f1c1b; background-color: #ffffff; }
31+
{ }
3332
@media screen {
3433
pre > code.sourceCode > span > a:first-child::before { text-decoration: underline; }
3534
}
36-
code span { color: #1f1c1b; } /* Normal */
37-
code span.al { color: #bf0303; background-color: #f7e6e6; font-weight: bold; } /* Alert */
38-
code span.an { color: #ca60ca; } /* Annotation */
39-
code span.at { color: #0057ae; } /* Attribute */
40-
code span.bn { color: #b08000; } /* BaseN */
41-
code span.bu { color: #644a9b; font-weight: bold; } /* BuiltIn */
42-
code span.cf { color: #1f1c1b; font-weight: bold; } /* ControlFlow */
43-
code span.ch { color: #924c9d; } /* Char */
44-
code span.cn { color: #aa5500; } /* Constant */
45-
code span.co { color: #898887; } /* Comment */
46-
code span.cv { color: #0095ff; } /* CommentVar */
47-
code span.do { color: #607880; } /* Documentation */
48-
code span.dt { color: #0057ae; } /* DataType */
49-
code span.dv { color: #b08000; } /* DecVal */
50-
code span.er { color: #bf0303; text-decoration: underline; } /* Error */
51-
code span.ex { color: #0095ff; font-weight: bold; } /* Extension */
52-
code span.fl { color: #b08000; } /* Float */
53-
code span.fu { color: #644a9b; } /* Function */
54-
code span.im { color: #ff5500; } /* Import */
55-
code span.in { color: #b08000; } /* Information */
56-
code span.kw { color: #1f1c1b; font-weight: bold; } /* Keyword */
57-
code span.op { color: #1f1c1b; } /* Operator */
58-
code span.ot { color: #006e28; } /* Other */
59-
code span.pp { color: #006e28; } /* Preprocessor */
60-
code span.re { color: #0057ae; background-color: #e0e9f8; } /* RegionMarker */
61-
code span.sc { color: #3daee9; } /* SpecialChar */
62-
code span.ss { color: #ff5500; } /* SpecialString */
63-
code span.st { color: #bf0303; } /* String */
64-
code span.va { color: #0057ae; } /* Variable */
65-
code span.vs { color: #bf0303; } /* VerbatimString */
66-
code span.wa { color: #bf0303; } /* Warning */
35+
code span.al { color: #ff0000; } /* Alert */
36+
code span.an { color: #008000; } /* Annotation */
37+
code span.at { } /* Attribute */
38+
code span.bu { } /* BuiltIn */
39+
code span.cf { color: #0000ff; } /* ControlFlow */
40+
code span.ch { color: #008080; } /* Char */
41+
code span.cn { } /* Constant */
42+
code span.co { color: #008000; } /* Comment */
43+
code span.cv { color: #008000; } /* CommentVar */
44+
code span.do { color: #008000; } /* Documentation */
45+
code span.er { color: #ff0000; font-weight: bold; } /* Error */
46+
code span.ex { } /* Extension */
47+
code span.im { } /* Import */
48+
code span.in { color: #008000; } /* Information */
49+
code span.kw { color: #0000ff; } /* Keyword */
50+
code span.op { } /* Operator */
51+
code span.ot { color: #ff4000; } /* Other */
52+
code span.pp { color: #ff4000; } /* Preprocessor */
53+
code span.sc { color: #008080; } /* SpecialChar */
54+
code span.ss { color: #008080; } /* SpecialString */
55+
code span.st { color: #008080; } /* String */
56+
code span.va { } /* Variable */
57+
code span.vs { color: #008080; } /* VerbatimString */
58+
code span.wa { color: #008000; font-weight: bold; } /* Warning */

0 commit comments

Comments
 (0)