Use black for borders instead of white.

This commit is contained in:
Michael Smith
2016-12-26 14:56:15 +01:00
parent 2ed616981e
commit a78177439c
4 changed files with 6 additions and 82 deletions

View File

@@ -4,7 +4,7 @@
pre,
code {
font-size: 15px;
border: 1px solid #fff;
border: 1px solid #000;
border-radius: 3px;
background-color: #eef;
}