Skip to content

Commit

Permalink
microsite: Fix color contrast for pre tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-debajyoti committed Feb 9, 2021
1 parent a22fc19 commit a21c86c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions microsite/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,10 @@ code {
font-size: 115%;
}

.post pre {
color: #e4e4e4;
}

.Block__GIF {
width: 190px;
height: auto;
Expand Down

0 comments on commit a21c86c

Please sign in to comment.