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