We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a54927 commit 2ce534aCopy full SHA for 2ce534a
haskell.css
@@ -9,3 +9,7 @@
9
.language-haskell mark.literal {
10
color: darkgreen;
11
}
12
+
13
+.language-haskell mark.keyword {
14
+ color: blue;
15
+}
0 commit comments