This commit is contained in:
Erik 2022-11-20 18:40:17 +02:00
parent 8cb9bee1d0
commit dbd5a7a077
Signed by untrusted user: Navy.gif
GPG Key ID: 811EC0CD80E7E5FB
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,3 @@
.user-controls {
display: flex;
}

View File

@ -16,6 +16,11 @@
--font-family-sans: sans-serif;
--font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}
* {
/* outline: red dashed 1px; */
}
.card {
background: var(--bg-secondary-color);
box-shadow: 0 1px 3px #00000085;