Skip to content

Commit

Permalink
Temporary fix for <code> styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgardner committed Mar 17, 2022
1 parent 539bbac commit ffb8577
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,12 @@ input[type="submit"]:hover,
}

.wp-block-code code {
border: none;
color: var(--wp--preset--color--white);
font-family: var(--wp--preset--font-family--monospace);
overflow-wrap: normal;
overflow-x: scroll;
padding: 0;
white-space: pre;
}

Expand Down

0 comments on commit ffb8577

Please sign in to comment.