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