diff options
Diffstat (limited to 'html/061text.mu.html')
-rw-r--r-- | html/061text.mu.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/html/061text.mu.html b/html/061text.mu.html index 8e4df968..82032cc6 100644 --- a/html/061text.mu.html +++ b/html/061text.mu.html @@ -10,9 +10,9 @@ <meta name="colorscheme" content="minimal"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; } -body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; } -a { text-decoration: none; } +pre { white-space: pre-wrap; font-family: monospace; color: #aaaaaa; background-color: #080808; } +body { font-size: 12pt; font-family: monospace; color: #aaaaaa; background-color: #080808; } +a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muRecipe { color: #ff8700; } @@ -21,6 +21,7 @@ a:hover { text-decoration: underline; } .Conceal { color: #4e4e4e; } .Delimiter { color: #800080; } .Comment { color: #9090ff; } +.Comment a { color:#0000ee; text-decoration:underline; } .Constant { color: #00a0a0; } .LineNr { color: #444444; } .muControl { color: #c0a020; } |