This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
display: flex; | |
} | |
.modal-container { | |
position: relative; | |
visibility: hidden; | |
justify-content: flex-end; | |
width: auto; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
/* material: palenight theme */ | |
--cm-font-weight: 500; | |
--cm-font-size: var(--editor-font-size); | |
--cm-font-monospace: Jetbrains Mono, SFMono-Regular, Consolas, "Roboto Mono", monospace; | |
--cm-wrap-lines: pre-wrap; | |
--cm-line-height: 1.5; | |
--cm-keyword: #c792ea; | |
--cm-atom: #f78c6c; | |
--cm-number: #ff5370; |