Update dependencies 🚀
This commit is contained in:
parent
9d398040cb
commit
6dac505af9
5 changed files with 188 additions and 164 deletions
|
@ -448,6 +448,19 @@ hr {
|
|||
opacity: 0.7;
|
||||
}
|
||||
|
||||
._code {
|
||||
background: #2d2d2d;
|
||||
color: #ccc;
|
||||
font-family: Fira code, Fira Mono, Consolas, Menlo, Courier, monospace;
|
||||
font-size: 14px;
|
||||
line-height: 1.5;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.prism-editor__textarea:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.zoom-enter-active, .zoom-leave-active {
|
||||
transition: opacity 0.5s, transform 0.5s !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue