Add basic styling to pre element

master
Nathan Steel 4 years ago
parent c490bce384
commit a0dfc13309

@ -29,6 +29,12 @@ li > ul{
footer p{ footer p{
margin: 0; margin: 0;
} }
pre{
background-color: #191919;
color: white;
white-space: pre-wrap;
overflow-x: auto;
}
/* Special Design */ /* Special Design */
.tag{ .tag{

Loading…
Cancel
Save