Skip to content

Commit

Permalink
fix: remove !important from code-block bg color
Browse files Browse the repository at this point in the history
Fixes #103.

Added a default border for code-blocks because now the default bg color is white.
  • Loading branch information
simonhaenisch committed Nov 17, 2021
1 parent 4ce706e commit 01ab732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ h6 code,
p code,
li code,
pre code {
background-color: #f8f8f8 !important;
background-color: #f8f8f8;
padding: 0.1em 0.375em;
border: 1px solid #f8f8f8;
border-radius: 0.25em;
font-family: monospace;
font-size: 1.2em;
Expand Down

0 comments on commit 01ab732

Please sign in to comment.