Skip to content

Commit 4002e3e

Browse files
committed
Remove gradient, use solid Royal Lavender for hero
1 parent b05794c commit 4002e3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
/* Hero */
6464
.hero {
65-
background: var(--solid-gradient);
65+
background-color: var(--solid-royal-lavender);
6666
color: var(--white);
6767
text-align: center;
6868
padding: 5rem 2rem 4rem;

0 commit comments

Comments
 (0)