From b3f44d64c453814d1a04804a3f2c2d1fbdfa8899 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 23 Jun 2015 15:25:47 -0700 Subject: 1632 --- html/display.mu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/display.mu.html') 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; } --> -- cgit 1.4.1-2-gfad0 t();'> Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/relayout
blob: 921fda9cc8a7b6d1e51dbabea1fa1397d759dfb4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60