We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a1c909 + df0e00b commit 8d97594Copy full SHA for 8d97594
haskell.css
@@ -1,11 +1,15 @@
1
.language-haskell mark.comment {
2
- color: cyan;
+ color: grey;
3
}
4
5
.language-haskell mark.string {
6
color: orangered;
7
8
9
.language-haskell mark.literal {
10
- color: greenyellow;
+ color: darkgreen;
11
+}
12
+
13
+.language-haskell mark.keyword {
14
+ color: blue;
15
home.css
@@ -21,3 +21,7 @@
21
color: white;
22
padding: .5em;
23
24
25
+#panel .language-haskell mark.literal {
26
+ color: greenyellow;
27
style.css
@@ -91,6 +91,14 @@ code {
91
font-family: monospace;
92
93
94
+pre {
95
+ border: 0;
96
+ border-style: solid;
97
+ border-width: 0 0 0 5px;
98
+ border-color: #9775AA;
99
+ padding: .5em;
100
101
102
#page {
103
background: white;
104
box-shadow: 0 0 .5em lightgrey;
0 commit comments