Skip to content

Commit

Permalink
Add color scheme for code in posts
Browse files Browse the repository at this point in the history
  • Loading branch information
rhl-bthr committed Jan 16, 2019
1 parent dac23b4 commit 62ee16f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ hr {
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
code {
@extend table;
background-color: #d8e7ff;
color: #002b72;
border-color: #272727;
border-width: 1px;
}

// divs

Expand Down

0 comments on commit 62ee16f

Please sign in to comment.