Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/styles/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,14 @@
256px 256px;
}

/* Transition hero background grid smoothly to page background color. */
.hero-bg::after {
content: '';
position: absolute;
inset: 70% 0 0;
background: linear-gradient(transparent, var(--sl-color-bg));
}

.hero > img {
opacity: 0.3;
animation: 3s intro;
Expand Down