mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-09 14:59:45 +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
|
display: none
|
||||||
|
|
||||||
pre
|
pre
|
||||||
background-color: #eee
|
background-color: $code-background !important
|
||||||
|
|
||||||
.img-responsive
|
.img-responsive
|
||||||
border-radius: 5px
|
border-radius: 5px
|
||||||
|
@ -143,6 +143,9 @@ pre
|
||||||
vertical-align: baseline
|
vertical-align: baseline
|
||||||
margin: 0 5px
|
margin: 0 5px
|
||||||
|
|
||||||
|
.navbar
|
||||||
|
background-color: $navbar-background-color
|
||||||
|
|
||||||
.navbar-burger
|
.navbar-burger
|
||||||
margin-right: auto
|
margin-right: auto
|
||||||
color: $primary
|
color: $primary
|
||||||
|
@ -269,6 +272,8 @@ pre
|
||||||
border-left: .25rem solid #e5e5e5
|
border-left: .25rem solid #e5e5e5
|
||||||
blockquote p:last-child
|
blockquote p:last-child
|
||||||
margin-bottom: 0
|
margin-bottom: 0
|
||||||
|
code
|
||||||
|
background-color: $code-background
|
||||||
table
|
table
|
||||||
margin: 2em 0 2em 0
|
margin: 2em 0 2em 0
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
|
@ -4,3 +4,4 @@ $primary: #00b8d4
|
||||||
$secondary: #dbdbdb
|
$secondary: #dbdbdb
|
||||||
$h-color: #222222
|
$h-color: #222222
|
||||||
$link-hover: #000000
|
$link-hover: #000000
|
||||||
|
$code-background: $secondary
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue