mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-12 14:18:36 +00:00
27 lines
398 B
CSS
27 lines
398 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
background-color: #2a3236;
|
|
}
|
|
|
|
.react-codemirror2,
|
|
.CodeMirror {
|
|
height: 100% !important;
|
|
background-color: transparent !important;
|
|
//font-size: 15px;
|
|
}
|
|
|
|
.CodeMirror-line span {
|
|
background-color: #2a323660;
|
|
}
|
|
|
|
.CodeMirror-code {
|
|
//padding: 10px;
|
|
}
|
|
|
|
.CodeMirror-linenumber {
|
|
background-color: transparent !important;
|
|
}
|