diff options
Diffstat (limited to 'html/factorial.mu.html')
-rw-r--r-- | html/factorial.mu.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/html/factorial.mu.html b/html/factorial.mu.html index 22438340..13e4a6c0 100644 --- a/html/factorial.mu.html +++ b/html/factorial.mu.html @@ -12,13 +12,13 @@ <!-- pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; } body { font-family: monospace; color: #eeeeee; background-color: #080808; } -* { font-size: 1em; } +* { font-size: 1.05em; } .muScenario { color: #00af00; } -.Delimiter { color: #c000c0; } -.Comment { color: #8080ff; } -.Constant { color: #008080; } +.Delimiter { color: #a04060; } +.Comment { color: #9090ff; } +.Constant { color: #00a0a0; } .Special { color: #ff6060; } -.muControl { color: #804000; } +.muControl { color: #c0a020; } .muRecipe { color: #ff8700; } --> </style> |