Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cc0fcca

Browse files
committed
Update js-splash.css
1 parent 9700521 commit cc0fcca

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

all_static/css/js-splash.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
top: 0;
66
background-color: rgba(255, 255, 255, 0);
77
}
8+
89
.logo {
910
color: white;
1011
}
@@ -20,6 +21,28 @@ h1, h2, h3, h4, h5. h6{
2021
font-family: ;'Open sans',verdana,arial,sans-serif
2122
}
2223

24+
/* JS splash header for white backgrounds
25+
–––––––––––––––––––––––––––––––––––––––––––––––––– */
26+
.headerbar-white {
27+
position: relative !important;
28+
}
29+
30+
.headerbar-white .logo {
31+
color: #69738a;
32+
}
33+
34+
.headerbar-white .headerbar-nav-item {
35+
color: #69738a;
36+
}
37+
38+
.headerbar-white #signup{
39+
background: ;#45A9FF;
40+
}
41+
42+
.headerbar-white .typeform-share{
43+
background: ;#45A9FF;
44+
}
45+
2346
/* Grid
2447
–––––––––––––––––––––––––––––––––––––––––––––––––– */
2548
.container {

0 commit comments

Comments
 (0)