Apply a nice, dark scheme to inline code

This commit is contained in:
Danielle McLean 2017-10-26 15:32:48 +11:00
parent 8f8e53bb27
commit a7e71525f4
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,16 @@ a
&:hover
color $base0C
code, kbd, pre, samp, .code, .kbd, .pre, .samp
font-family SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
code, .code
padding .2rem .4rem
font-size 90%
color $base0A
background-color $base00
border-radius .25rem
.form-control, .form-control:focus
background-color $base01
border-color $base00