Skip to content

Commit

Permalink
間違って消してたので戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
riku6460 committed Oct 10, 2023
1 parent 019223e commit a61ba41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/frontend/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,15 @@ hr {
font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace !important;
}

._code {
@extend ._monospace;
background: #2d2d2d;
color: #ccc;
font-size: 14px;
line-height: 1.5;
padding: 5px;
}

.prism-editor__textarea:focus {
outline: none;
}
Expand Down

0 comments on commit a61ba41

Please sign in to comment.