Skip to content

Commit 5298e52

Browse files
committed
changed bg color
1 parent 37aad05 commit 5298e52

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Projects/Bookmarker_App/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
body {
22
padding-top: 10px;
33
padding-bottom: 20px;
4-
background: linear-gradient(45deg, #ea4f4c 0%, #6d0019 100%);
4+
background: linear-gradient(90deg, #d74946 0%, #6d0019 100%);
5+
56
}
67

78
.header,
@@ -28,7 +29,7 @@ body {
2829
background-color: #222;
2930
border-radius: 0.25rem;
3031
padding: 1.3em;
31-
color: #ea4f4c;
32+
color: #fff;
3233

3334
}
3435

0 commit comments

Comments
 (0)