diff options
Diffstat (limited to 'html/ex4.mu.html')
-rw-r--r-- | html/ex4.mu.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/ex4.mu.html b/html/ex4.mu.html index 6550340d..4b0f564f 100644 --- a/html/ex4.mu.html +++ b/html/ex4.mu.html @@ -14,12 +14,12 @@ pre { white-space: pre-wrap; font-family: monospace; color: #000000; background- body { font-size:12pt; font-family: monospace; color: #000000; background-color: #ffffd7; } a { color:inherit; } * { font-size:12pt; font-size: 1em; } -.muComment { color: #005faf; } +.PreProc { color: #c000c0; } .LineNr { } +.Constant { color: #008787; } .Delimiter { color: #c000c0; } .muFunction { color: #af5f00; text-decoration: underline; } -.Constant { color: #008787; } -.PreProc { color: #c000c0; } +.muComment { color: #005faf; } --> </style> |