Skip to content

Commit 4e198d4

Browse files
Added tracks css
1 parent e1a6ed7 commit 4e198d4

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

css/styles.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,10 @@ body {
197197
.footer-color {
198198
background-color: #02867b;
199199
}
200+
.tracks-color
201+
{
202+
background-color: #2cecdc;
203+
}
200204
.unselectable {
201205
user-select: none;
202206
}
@@ -716,7 +720,7 @@ body {
716720

717721
#faq {
718722
padding-top: 40px;
719-
background-image: linear-gradient(180deg, #23bef9 0%, #02867b 100%);
723+
background-image: linear-gradient(180deg, #047cb4 0%, #02867b 100%);
720724
}
721725

722726
.section-header-faq {
@@ -877,7 +881,7 @@ a:hover {
877881
}
878882

879883
#tracks {
880-
background-image: linear-gradient(180deg, #057eb0 0%, #2ceedd 100%);
884+
background-image: linear-gradient(180deg, #24bcfc 0%, #2ceedd 100%);
881885
padding: 70px 30px 70px 30px;
882886
}
883887

0 commit comments

Comments
 (0)