Even more styling

This commit is contained in:
Daniel Kluge 2022-02-09 20:25:15 +01:00
parent 6c0a344679
commit ac1426fe69
2 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
width: 100vw;
height: 100vh;
padding: 5%;
background: transparent;
background: rgba(0,0,0,0.5);
--modal-gray: #0e0f0e;
}
@ -19,6 +19,7 @@
border-radius: 20px;
overflow-y: auto;
position: relative;
clear: none;
}
.modalText {
@ -34,7 +35,8 @@
width: 2em;
height: 2em;
font-family: sans-serif;
margin-bottom: 10px;
margin-top: -3em;
margin-bottom: 1em;
z-index: 100;
}

View File

@ -4,7 +4,7 @@
}
* {
box-sizing: border-box;
box-sizing: border-box !important;
--repl-color: #188a18;
--repl-color-link: #2ac02a;
--repl-color-hint: #092909;