Style code section

This commit is contained in:
annabellou 2017-09-22 15:15:24 +02:00
parent facbc8f528
commit 0a2f176e66
2 changed files with 12 additions and 0 deletions

View File

@ -30,6 +30,12 @@ input[type="submit"]
&:hover
background: lighten($action, 5%)
code
background: $header
border-bottom: 1px solid $action-secondary
display: block
padding: 2em
body
background: $bkg
color: $text

View File

@ -22,6 +22,12 @@ input[type="submit"] {
input[type="submit"]:hover {
background: #4770fd; }
code {
background: #1d1e23;
border-bottom: 1px solid #ffcd05;
display: block;
padding: 2em; }
body {
background: #25252D;
color: #eaeaea;