mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-15 05:35:48 +01:00
間違って消してたので戻す
This commit is contained in:
parent
019223e9ec
commit
a61ba41b84
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue