diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-07-13 20:53:41 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-07-13 20:53:41 -0700 |
commit | 83fcebf3210b638d9f8248e0007e9f0c9804980a (patch) | |
tree | 95c4855bef341e1d46eb4725b54a3eaaf6858f08 /html/screen.mu.html | |
parent | 8b9f1750c74c7d3cca99d6949a90cd61eb8e0218 (diff) | |
download | mu-83fcebf3210b638d9f8248e0007e9f0c9804980a.tar.gz |
1778
Diffstat (limited to 'html/screen.mu.html')
-rw-r--r-- | html/screen.mu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/screen.mu.html b/html/screen.mu.html index 4618548a..1b07256e 100644 --- a/html/screen.mu.html +++ b/html/screen.mu.html @@ -13,10 +13,10 @@ pre { white-space: pre-wrap; font-family: monospace; color: #eeeeee; background-color: #080808; } body { font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 1.05em; } +.muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #ff6060; } -.muRecipe { color: #ff8700; } --> </style> |