css fixes

This commit is contained in:
Tamius Han 2025-03-31 00:28:35 +02:00
parent 83b770e4e8
commit 5460719297

View File

@ -5,6 +5,10 @@
// @import "form.scss";
* {
box-sizing: border-box;
}
body {
background-color: $background-primary;
color: $text-normal;
@ -19,7 +23,7 @@ body {
}
.main-window::before {
content: ' backdrop-filter machine broke :( googlo pls fix';
content: ' ';
color: #000;
position: absolute;
left: -0.5rem;