mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-23 13:42:56 -04:00
25 lines
332 B
CSS
25 lines
332 B
CSS
.darken::before {
|
|
content: ' ';
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
display: block;
|
|
background: black;
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.cm-gutters {
|
|
display: none !important;
|
|
}
|
|
|
|
.cm-content {
|
|
padding-top: 12px !important;
|
|
padding-left: 8px !important;
|
|
}
|
|
|
|
.cm-scroller {
|
|
padding-bottom: 50vh;
|
|
}
|