Adjust inline code colour to theme

This commit is contained in:
ines 2017-05-19 01:05:25 +02:00
parent 89f850eafa
commit c765e752f2

View File

@ -26,8 +26,8 @@
*:not(.c-code-block) > code
font: normal 600 0.8em/#{1} $font-code
background: rgba($color-front, 0.05)
box-shadow: 1px 1px 0 rgba($color-front, 0.1)
background: darken($color-theme-light, 5)
box-shadow: 1px 1px 0 rgba($color-front, 0.05)
text-shadow: 1px 1px 0 rgba($color-back, 0.5)
color: $color-front
padding: 0.1em 0.5em