Skip to content

Commit c684dba

Browse files
Merge pull request #4 from kartikktripathi/css
Fixed the BG Color
2 parents 2b6c682 + 6adb1c5 commit c684dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}
77

88
body {
9-
background: linear-gradient(135deg, #1e1e2f, #23243a);
9+
background-color: #1e1e2f;
1010
color: white;
1111
text-align: center;
1212
padding: 20px;

0 commit comments

Comments
 (0)