Reduce border radius of pre elements

This commit is contained in:
Neale Pickett 2015-04-13 15:23:25 -06:00
parent b39035cfef
commit 740102fdce
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ body > h1:first-child {
.readme, pre {
background-color: #FFDAA3;
border-radius: 2em;
border-radius: 0.5em;
}