Skip to content

Commit df0e00b

Browse files
committed
Added an indication to make codeblocks clearer. Refs #21.
A 5px wide border on the left hand side of code clearly shows where it starts and ends.
1 parent 2ce534a commit df0e00b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

style.css

+8
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@ code {
9191
font-family: monospace;
9292
}
9393

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+
94102
#page {
95103
background: white;
96104
box-shadow: 0 0 .5em lightgrey;

0 commit comments

Comments
 (0)