shut up shut up shut up sit up sit up sit up
This commit is contained in:
parent
6565431867
commit
d21e4c3007
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
--header-font-weight: 400;
|
--header-font-weight: 400;
|
||||||
--font-family: "Lexend Deca";
|
--font-family: "Lexend Deca";
|
||||||
--border-width: calc(2rem / 16);
|
--border-width: calc(2rem / 16);
|
||||||
--base-color: 320, 50%;
|
--base-color: 0, 0%;
|
||||||
--border-radius: calc(4rem / 16);
|
--border-radius: calc(4rem / 16);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
@import url("./myapp.css");
|
@import url("./myapp.css");
|
||||||
|
|
||||||
html:not(.base) {
|
/* html:not(.base) {
|
||||||
background: url("/assets/bg.jpg");
|
background: url("/assets/bg.jpg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
} */
|
||||||
html:not(.base) body {
|
html:not(.base) body {
|
||||||
backdrop-filter: blur(8px);
|
backdrop-filter: blur(8px);
|
||||||
/* --background-color: hsla(var(--base-color), 80%, 0.9); */
|
/* --background-color: hsla(var(--base-color), 80%, 0.9); */
|
||||||
|
|
Loading…
Reference in a new issue