mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 14:18:31 +00:00
19 lines
285 B
CSS
19 lines
285 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: #2a323690;
|
|
}
|