Style code blocks nicely

This commit is contained in:
Danielle McLean 2017-12-19 14:41:51 +11:00
parent cd075a8ce2
commit 17f3779596
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ code, .code
background-color $base00
border-radius .25rem
pre code
@extends code
.form-control, .form-control:focus
background-color $base01
border-color $base00