mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-14 16:56:50 +00:00
Light theme Adventskalender
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
--size: 1vw;
|
--size: 1vw;
|
||||||
width: var(--size);
|
width: var(--size);
|
||||||
height: var(--size);
|
height: var(--size);
|
||||||
background: white;
|
background: #EEE;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 30000;
|
z-index: 30000;
|
||||||
|
|||||||
@@ -4,9 +4,8 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
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;
|
background-attachment: fixed;
|
||||||
color: var(--color-neutral-10);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
|
|||||||
Reference in New Issue
Block a user