Skip to content

Commit 1dcc7c1

Browse files
authored
style: update background color
1 parent 7b6b06b commit 1dcc7c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
body {
2121
margin: 1em;
2222
min-height: 100vh;
23-
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(49.41deg, #C73884 7.27%, #E13C6F 51.46%, #9B308E 95.22%);
23+
background:#190200;
2424
background-attachment: fixed;
2525
background-position: center;
2626
}

0 commit comments

Comments
 (0)