forked from 00dani/lemoncurry
Apply a nice, dark scheme to inline code
This commit is contained in:
parent
8f8e53bb27
commit
a7e71525f4
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue