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