mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 14:49:43 +00:00
Fix code backgrounds
This commit is contained in:
parent
73ce55996e
commit
a0949e40c4
3 changed files with 15 additions and 2763 deletions
|
@ -77,7 +77,7 @@ details[open] summary
|
|||
display: none
|
||||
|
||||
pre
|
||||
background-color: #eee
|
||||
background-color: $code-background !important
|
||||
|
||||
.img-responsive
|
||||
border-radius: 5px
|
||||
|
@ -143,6 +143,9 @@ pre
|
|||
vertical-align: baseline
|
||||
margin: 0 5px
|
||||
|
||||
.navbar
|
||||
background-color: $navbar-background-color
|
||||
|
||||
.navbar-burger
|
||||
margin-right: auto
|
||||
color: $primary
|
||||
|
@ -269,6 +272,8 @@ pre
|
|||
border-left: .25rem solid #e5e5e5
|
||||
blockquote p:last-child
|
||||
margin-bottom: 0
|
||||
code
|
||||
background-color: $code-background
|
||||
table
|
||||
margin: 2em 0 2em 0
|
||||
width: 100%
|
||||
|
|
|
@ -4,3 +4,4 @@ $primary: #00b8d4
|
|||
$secondary: #dbdbdb
|
||||
$h-color: #222222
|
||||
$link-hover: #000000
|
||||
$code-background: $secondary
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue