generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
58 lines (46 loc) · 948 Bytes
/
style.css
File metadata and controls
58 lines (46 loc) · 948 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
.link, .navbar-link, #topbar-cta-button, .sidebar-group {
font-family: 'Source Code Pro', monospace;
}
h1, h2, h3 {
font-family: 'Libre Baskerville', serif;
}
h4, h5 {
font-family: 'Source Code Pro', monospace;
}
div {
font-family: 'Source Code Pro', monospace;
letter-spacing: -0.02em;
}
.border-b {
border-bottom: none;
}
/* .relative.hidden.items-center.flex-1.justify-center {
display: none;
} */
.rounded-l-xl {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.rounded-r-xl {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.rounded-t-xl {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.rounded-b-xl {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.rounded-search {
border-radius: 4px;
}
.rounded-2xl, .rounded-xl {
border-radius: 4px;
}
.backdrop-blur {
transition: none;
opacity: 0.9;
border-bottom: 1px solid #a1a1a1;
}