From c762564bd754884e847922c99172076fde4d646e Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Fri, 7 Sep 2018 22:42:23 -0700 Subject: 4539 --- html/screen.mu.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'html/screen.mu.html') diff --git a/html/screen.mu.html b/html/screen.mu.html index 26eb9ac5..16366e39 100644 --- a/html/screen.mu.html +++ b/html/screen.mu.html @@ -3,7 +3,7 @@ Mu - screen.mu - + @@ -16,11 +16,11 @@ a { color:#eeeeee; text-decoration: none; } a:hover { text-decoration: underline; } * { font-size: 12pt; font-size: 1em; } .muRecipe { color: #ff8700; } +.LineNr { color: #444444; } +.Constant { color: #00a0a0; } .Special { color: #c00000; } .Comment { color: #9090ff; } .Comment a { color:#0000ee; text-decoration:underline; } -.Constant { color: #00a0a0; } -.LineNr { color: #444444; } --> -- cgit 1.4.1-2-gfad0 akefile?h=v1.5.3'>log blame commit diff stats
path: root/Makefile
blob: 1b26e1174a4ed2fd175a3afa278e7d0c06104682 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15