Light theme Adventskalender

This commit is contained in:
Dennis Reimann
2021-12-12 09:17:34 +01:00
parent 67ee605339
commit 198c0acff8
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
--size: 1vw;
width: var(--size);
height: var(--size);
background: white;
background: #EEE;
border-radius: 50%;
position: fixed;
z-index: 30000;

View File

@@ -4,9 +4,8 @@ html {
}
body {
background: radial-gradient(ellipse at bottom, var(--color-neutral-90) 0%, var(--color-neutral-95) 100%);
background-image: radial-gradient(ellipse at 50% 60%, var(--color-body-bg) 0%, var(--color-card-bg) 100%);
background-attachment: fixed;
color: var(--color-neutral-10);
}
html,