Some eye-candy changes
Build LinkLog Development Image / development-image (push) Successful in 10s

This commit is contained in:
2026-08-26 10:30:33 +02:00
parent 95accdf436
commit c748241291
8 changed files with 7 additions and 6 deletions
+4 -3
View File
@@ -52,13 +52,14 @@ body::selection {
padding: 0 24px;
}
.site-header {
position: relative;
z-index: 20;
padding: 56px 0 48px;
padding: 6px 0 8px;
background:
linear-gradient(115deg, rgba(203, 166, 247, 0.18), transparent 45%),
var(--mantle);
linear-gradient(115deg, var(--mantle), transparent 45%),
rgba(203, 166, 247, 0.18);
border-bottom: 1px solid var(--border);
}