We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a6ed7 commit 4e198d4Copy full SHA for 4e198d4
1 file changed
css/styles.css
@@ -197,6 +197,10 @@ body {
197
.footer-color {
198
background-color: #02867b;
199
}
200
+.tracks-color
201
+{
202
+ background-color: #2cecdc;
203
+}
204
.unselectable {
205
user-select: none;
206
@@ -716,7 +720,7 @@ body {
716
720
717
721
#faq {
718
722
padding-top: 40px;
719
- background-image: linear-gradient(180deg, #23bef9 0%, #02867b 100%);
723
+ background-image: linear-gradient(180deg, #047cb4 0%, #02867b 100%);
724
725
726
.section-header-faq {
@@ -877,7 +881,7 @@ a:hover {
877
881
878
882
879
883
#tracks {
880
- background-image: linear-gradient(180deg, #057eb0 0%, #2ceedd 100%);
884
+ background-image: linear-gradient(180deg, #24bcfc 0%, #2ceedd 100%);
885
padding: 70px 30px 70px 30px;
886
887
0 commit comments