Skip to content

Commit

Permalink
Fix code backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriadrake committed Apr 17, 2021
1 parent 73ce559 commit a0949e4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2,763 deletions.
7 changes: 6 additions & 1 deletion assets/sass/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ details[open] summary
display: none

pre
background-color: #eee
background-color: $code-background !important

.img-responsive
border-radius: 5px
Expand Down Expand Up @@ -143,6 +143,9 @@ pre
vertical-align: baseline
margin: 0 5px

.navbar
background-color: $navbar-background-color

.navbar-burger
margin-right: auto
color: $primary
Expand Down Expand Up @@ -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%
Expand Down
1 change: 1 addition & 0 deletions assets/sass/_light-variables.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ $primary: #00b8d4
$secondary: #dbdbdb
$h-color: #222222
$link-hover: #000000
$code-background: $secondary
Loading

0 comments on commit a0949e4

Please sign in to comment.