Skip to content

Commit 5eae2b3

Browse files
committed
backup for hero when over design element
1 parent 7ac6e93 commit 5eae2b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/static_inject/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,10 @@
253253
line-height: var(--leading-tight);
254254
text-align: left;
255255

256+
.accent {
257+
background-color: color-mix(in srgb, var(--background) 50%, transparent);
258+
}
259+
256260
.extra-bold {
257261
font-size: clamp(var(--text-3xl), 5.5vw, var(--text-5xl));
258262
}

0 commit comments

Comments
 (0)