style(core): change background color

This commit is contained in:
nico.hdr8
2025-10-06 15:12:13 +02:00
parent 1aaa54d3b5
commit 95a7fa3d9c
3 changed files with 3 additions and 5 deletions

View File

@@ -1,6 +1,4 @@
nav { nav {
background-color: rgb(from var(--content-background) r g b / 0.5);
.options > div { .options > div {
display: grid; display: grid;
place-items: center; place-items: center;

View File

@@ -1,7 +1,7 @@
main { main {
img { img {
filter: drop-shadow(0 0 30px rgb(from var(--primary-color) r g b / 0.2)); filter: drop-shadow(0 0 15px rgb(from var(--primary-color) r g b / 0.1));
mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%); mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
} }
} }

View File

@@ -13,7 +13,7 @@ body {
} }
html.dark body { html.dark body {
background-color: var(--surface-950); background-color: var(--surface-900);
} }
p-card { p-card {