-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (36 loc) · 1 KB
/
style.css
File metadata and controls
44 lines (36 loc) · 1 KB
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
@import url("ads-primitives.css");
:root {
--bs-primary: var(--red-400) !important;
--bs-primary-rgb: 254, 111, 92 !important;
--bs-secondary: var(--red-600) !important;
--bs-secondary-rgb: 71, 26, 20 !important;
--bs-font-sans-serif: "Plus Jakarta Sans", system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
--bs-border-color: var(--yellow-400) !important;
--bs-link-color: var(--red-500);
--bs-link-color-rgb: 189, 82, 68;
}
body {
color: var(--red-800);
}
.btn.btn-brand {
--bs-btn-bg: var(--red-400);
--bs-btn-color: #020408;
--bs-btn-border-color: var(--red-500);
}
.btn.btn-app-store {
height: 64px;
}
.navbar-logomark {
height: 2rem;
}
.bg-yellow-200 {
background: var(--yellow-200);
}
.fg-red-600 {
color: var(--red-600);
}
.feature-icon {
width: 3rem;
height: 3rem;
/* border-radius: .75rem; */
}