diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-06-23 15:25:47 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-06-23 15:25:47 -0700 |
commit | b3f44d64c453814d1a04804a3f2c2d1fbdfa8899 (patch) | |
tree | ba39c87328def510d82c2e9871bd246ce72f4bbd /html/display.mu.html | |
parent | dbe124108b7a3529feeeba91339928c4ac737072 (diff) | |
download | mu-b3f44d64c453814d1a04804a3f2c2d1fbdfa8899.tar.gz |
1632
Diffstat (limited to 'html/display.mu.html')
-rw-r--r-- | html/display.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/display.mu.html b/html/display.mu.html index 2137d471..6d3cd7a9 100644 --- a/html/display.mu.html +++ b/html/display.mu.html @@ -16,7 +16,7 @@ body { font-family: monospace; color: #eeeeee; background-color: #080808; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #ff6060; } -.Comment { color: #9090ff; } +.CommentedCode { color: #6c6c6c; } .muRecipe { color: #ff8700; } --> </style> |