diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 03:31:56 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-09 03:31:56 -0800 |
commit | e60569995174ab119dfc7ae2bace76328bb35241 (patch) | |
tree | e635e06e2e43db3a758f78f2e0aacbd359aa1c1e /html/072array.mu.html | |
parent | 4690ce81e079fc58cae8d6d583e5e3eb3ed81a83 (diff) | |
download | mu-e60569995174ab119dfc7ae2bace76328bb35241.tar.gz |
2744
Tweak colors and font-sizes in generated html.
Diffstat (limited to 'html/072array.mu.html')
-rw-r--r-- | html/072array.mu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/072array.mu.html b/html/072array.mu.html index 1526eb6e..156e0aa0 100644 --- a/html/072array.mu.html +++ b/html/072array.mu.html @@ -10,9 +10,9 @@ <style type="text/css"> <!-- pre { font-family: monospace; color: #eeeeee; background-color: #080808; } -body { font-family: monospace; color: #eeeeee; background-color: #080808; } +body { font-size: 12pt; font-family: monospace; color: #eeeeee; background-color: #080808; } .muControl { color: #c0a020; } -.Delimiter { color: #a04060; } +.Delimiter { color: #800080; } .muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Special { color: #ff6060; } |