Skip to content

Commit e143762

Browse files
authored
changed background color of the privacy section on the landing page (#3817)
1 parent d89b675 commit e143762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_styles/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ input:focus + .focus-reveal {
711711
**********/
712712

713713
#privacy {
714-
background-color: #273445;
714+
background-image: radial-gradient(ellipse at center, #273445 4%, #161c24);
715715
color: white;
716716
padding: 128px 1em;
717717
}

0 commit comments

Comments
 (0)