-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
41 lines (34 loc) · 813 Bytes
/
style.css
File metadata and controls
41 lines (34 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
div.sm\:flex:has(a[href*="mintlify.com/preview-request"]) {
display: none !important;
}
a[href*="mintlify.com/preview-request"] {
display: none !important;
}
div.sm\:flex:has(a[href*="utm_source=undefined"]) {
display: none !important;
}
#topbar-cta-button .bg-primary-dark {
background-color: #3a5bff !important;
}
#topbar-cta-button:hover .bg-primary-dark {
opacity: 0.9 !important;
}
.home-hero {
min-height: 26rem;
overflow: hidden;
background-image: url("/images/Trails - Pattern White.svg");
background-repeat: repeat;
background-size: 400px 400px;
background-color: #f8fafc;
}
.home-hero__overlay {
background: linear-gradient(
to bottom,
rgba(255, 255, 255, 0.85),
rgba(255, 255, 255, 0.5)
);
}
.home-hero__content {
text-align: center;
padding: 0 1rem;
}