-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbonehost.css
59 lines (47 loc) · 1.16 KB
/
bonehost.css
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
59
:root {
--color-prosetext: darkgrey !important;
--color-notBlack: 10 11 12 !important;
--color-strawberry: 255 218 41 !important;
--color-cherry: 30 34 38 !important;
--color-mango: 255 218 41 !important;
--color-notwhite: 0 0 0 !important;
--rad-general: 0.5rem !important;
}
* {
text-shadow: none !important;
}
.prose {
line-height: 1.5 !important;
padding: 1.5rem !important;
}
.bg-cherry {
background-color: rgb(255 218 41) !important;
}
.bg-notWhite {
background-color: white !important;
}
.rounded-lg {
border-radius: var(--rad-general) !important;
}
.bg-foreground-800 {
--tw-bg-opacity: .2 !important;
background-color: rgb(var(--color-cherry) / var(--tw-bg-opacity)) !important;
}
.text-foreground-200 {
color: rgb(var(--color-mango) / var(--tw-text-opacity)) !important;
}
article {
width: 92% !important;
margin-top: 1rem !important;
margin-left: auto !important;
margin-right: auto !important;
}
.mx-3 {
margin: 0rem !important;
}
.p-3 {
padding: 1.5rem !important;
}
.gap-12 {
gap: .5rem !important;
}