間違って消してたので戻す

This commit is contained in:
riku6460 2023-10-11 04:17:59 +09:00
parent 019223e9ec
commit a61ba41b84
No known key found for this signature in database
GPG Key ID: 27414FA27DB94CF6
1 changed files with 9 additions and 0 deletions

View File

@ -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;
}