diff options
Diffstat (limited to 'html/example1.mu.html')
-rw-r--r-- | html/example1.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/example1.mu.html b/html/example1.mu.html index 61462817..518f3e79 100644 --- a/html/example1.mu.html +++ b/html/example1.mu.html @@ -15,10 +15,10 @@ body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color a { text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } +.muRecipe { color: #ff8700; } .Special { color: #c00000; } .Constant { color: #00a0a0; } .LineNr { color: #444444; } -.muRecipe { color: #ff8700; } --> </style> |