Skip to content

Commit 30fec79

Browse files
committed
Address Jim's comments.
1 parent a14e0d2 commit 30fec79

File tree

3 files changed

+247
-105
lines changed

3 files changed

+247
-105
lines changed

resources/public/css/tryclojure.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,12 +160,16 @@ div.footer {
160160
}
161161

162162
pre.codeblock {
163-
background: #D8ACDB;
163+
background: #eee;
164164
border: 1px solid #aaa;
165165
font-size: 14px;
166166
padding: 10px 0;
167167
}
168168

169+
pre.codeblock.expr {
170+
background: #D8ACDB;
171+
}
172+
169173
#changer pre.codeblock code{
170174
background-color: transparent;
171175
border: none;

0 commit comments

Comments
 (0)