Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove color from code theme.scss.
  • Loading branch information
jasmussen committed Jan 10, 2022
commit a0082304edd3cb7e0a2f0a3ba256ceaac7f0dc8f
1 change: 0 additions & 1 deletion packages/block-library/src/code/theme.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.wp-block-code > code {
font-family: $editor-html-font;
color: $gray-900;
padding: 0.8em 1em;
border: 1px solid $gray-300;
border-radius: 4px;
Expand Down