feat(home): implement and style first section at home

This commit is contained in:
nico.hdr8
2025-10-06 14:58:09 +02:00
parent 505f505176
commit 1aaa54d3b5
4 changed files with 34 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
main {
img {
filter: drop-shadow(0 0 30px rgb(from var(--primary-color) r g b / 0.2));
mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
}
}
.text-gray {
color: rgb(from var(--content-color) r g b / 0.7);
}