diff options
Diffstat (limited to 'html/tangle.mu.html')
-rw-r--r-- | html/tangle.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/tangle.mu.html b/html/tangle.mu.html index 8dd2b7f9..4edc9c2d 100644 --- a/html/tangle.mu.html +++ b/html/tangle.mu.html @@ -10,8 +10,8 @@ <meta name="colorscheme" content="minimal"> <style type="text/css"> <!-- -pre { white-space: pre-wrap; font-family: monospace; color: #d0d0d0; background-color: #080808; } -body { font-family: monospace; color: #d0d0d0; background-color: #080808; } +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; } .Delimiter { color: #c000c0; } .Comment { color: #8080ff; } |