diff options
Diffstat (limited to 'html/linux/tests.subx.html')
-rw-r--r-- | html/linux/tests.subx.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/html/linux/tests.subx.html b/html/linux/tests.subx.html index 5561608b..e1215211 100644 --- a/html/linux/tests.subx.html +++ b/html/linux/tests.subx.html @@ -10,19 +10,19 @@ <meta name="colorscheme" content="minimal-light"> <style type="text/css"> <!-- -pre { font-family: monospace; color: #000000; background-color: #eeeeee; } -body { font-size:12pt; font-family: monospace; color: #000000; background-color: #eeeeee; } +pre { font-family: monospace; color: #000000; background-color: #ffffd7; } +body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.subxH1Comment { color: #005faf; text-decoration: underline; } .subxComment { color: #005faf; } -.subxS1Comment { color: #0000af; } .subxS2Comment { color: #8a8a8a; } +.subxFunction { color: #af5f00; text-decoration: underline; } .LineNr { } -.Constant { color: #008787; } +.subxS1Comment { color: #0000af; } .SpecialChar { color: #d70000; } -.Normal { color: #000000; background-color: #eeeeee; padding-bottom: 1px; } -.subxFunction { color: #af5f00; text-decoration: underline; } +.Normal { color: #000000; background-color: #ffffd7; padding-bottom: 1px; } +.Constant { color: #008787; } +.subxH1Comment { color: #005faf; text-decoration: underline; } --> </style> |