Skip to content

Commit 52ef007

Browse files
Serhii Prykhozhyiphilippem
authored andcommitted
add assets and styling for the light mode
1 parent 3b64921 commit 52ef007

File tree

10 files changed

+324
-157
lines changed

10 files changed

+324
-157
lines changed

client/src/views/lander.js

Lines changed: 174 additions & 150 deletions
Large diffs are not rendered by default.

flavors/blockstream/extras.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,35 @@
5252

5353
.theme-light .navbar-brand::before {
5454
background: url(img/icons/dark-logo-icon.svg);
55+
background-repeat: no-repeat;
5556
}
5657

5758
.navbar-brand::before {
5859
background: url(img/icons/light-logo-icon.svg);
60+
background-repeat: no-repeat;
5961
}
6062
}
6163

64+
.theme-light .primary-btn,
65+
.theme-light .primary-btn:link,
66+
.theme-light .primary-btn:visited,
67+
.theme-light .primary-btn:hover,
68+
.theme-light .primary-btn:focus {
69+
color: #0C0C0F;
70+
}
71+
72+
.theme-light .hero-section p, .theme-light .info-section p, .theme-light .feature p, .theme-light .cta-section p {
73+
color: #080B0E;
74+
}
75+
76+
.theme-light .cta-section {
77+
background-color: #F6F7F9;
78+
}
79+
80+
.theme-light .pricing-card {
81+
background: #fff;
82+
}
6283

84+
.theme-light .pricing-card p > a {
85+
color: #FF9417;
86+
}

www/img/logos/aqua-dark.svg

Lines changed: 14 additions & 0 deletions
Loading
Lines changed: 18 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)