Skip to content

Commit d3ccf3c

Browse files
committed
Added slightly darker background to non evaluatable code
1 parent 32e18a0 commit d3ccf3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/public/css/tryclojure.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,17 @@ table.bottom {
135135
}
136136

137137
#changer code {
138-
background-color: #eee;
138+
background-color: #979797;
139139
border: 1px solid #aaa;
140140
color: #555;
141141
font-family: courier, monospace;
142142
padding: 0.1em 0.25em 0.1em 0.25em;
143143
}
144144

145+
#changer code.expr{
146+
background-color: #eee;
147+
}
148+
145149
div#tuttext {
146150
}
147151

0 commit comments

Comments
 (0)