diff options
Diffstat (limited to 'html/079emit.subx.html')
-rw-r--r-- | html/079emit.subx.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/079emit.subx.html b/html/079emit.subx.html index 57b6d11c..b98b146c 100644 --- a/html/079emit.subx.html +++ b/html/079emit.subx.html @@ -16,14 +16,14 @@ a { color:inherit; } * { font-size:12pt; font-size: 1em; } .subxComment { color: #005faf; } .subxS2Comment { color: #8a8a8a; } +.subxTest { color: #5f8700; } +.subxFunction { color: #af5f00; text-decoration: underline; } .LineNr { } -.SpecialChar { color: #d70000; } .subxS1Comment { color: #0000af; } -.subxFunction { color: #af5f00; text-decoration: underline; } +.SpecialChar { color: #d70000; } .Normal { color: #000000; background-color: #c6c6c6; padding-bottom: 1px; } .Folded { color: #080808; background-color: #949494; } .Constant { color: #008787; } -.subxTest { color: #5f8700; } --> </style> |