add ui helpers

This commit is contained in:
Felix Roos 2022-03-16 23:02:49 +01:00
parent 252b7037bd
commit 963cfe052a
5 changed files with 61 additions and 5 deletions

View file

@ -14,5 +14,17 @@ body {
}
.CodeMirror-line > span {
background-color: #2a323690;
background-color: #2a323699;
}
.darken::before {
content: ' ';
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
display: block;
background: black;
opacity: 0.5;
}