diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-09-03 17:35:22 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-09-03 17:35:22 -0700 |
commit | 87c5b32925549f05d950ad07c935417ef7eeebb9 (patch) | |
tree | 335a8de92c17e68ca2af416331a6f4170855c64b /html/025compare.cc.html | |
parent | 03d673bb2509f5809633c9560d20c1143b0af1d1 (diff) | |
download | mu-87c5b32925549f05d950ad07c935417ef7eeebb9.tar.gz |
3990
Diffstat (limited to 'html/025compare.cc.html')
-rw-r--r-- | html/025compare.cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/025compare.cc.html b/html/025compare.cc.html index d2ebeb21..b270a75e 100644 --- a/html/025compare.cc.html +++ b/html/025compare.cc.html @@ -16,16 +16,16 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .Constant { color: #00a0a0; } +.muRecipe { color: #ff8700; } .Conceal { color: #4e4e4e; } .traceContains { color: #008000; } -.muRecipe { color: #ff8700; } +.Special { color: #c00000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } .Delimiter { color: #800080; } .LineNr { color: #444444; } .Identifier { color: #c0a020; } .Normal { color: #aaaaaa; background-color: #080808; padding-bottom: 1px; } -.Special { color: #c00000; } .cSpecial { color: #008000; } --> </style> |