css fixes
This commit is contained in:
parent
83b770e4e8
commit
5460719297
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user