Skip to content

Commit 4a54927

Browse files
committed
Fixed light green literals on white background. Refs #21.
Made the green darker, added a special entry in home.css to keep the literals there a fresh green.
1 parent 0a2866f commit 4a54927

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

haskell.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
}
88

99
.language-haskell mark.literal {
10-
color: greenyellow;
10+
color: darkgreen;
1111
}

home.css

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@
2121
color: white;
2222
padding: .5em;
2323
}
24+
25+
#panel .language-haskell mark.literal {
26+
color: greenyellow;
27+
}

0 commit comments

Comments
 (0)