Skip to content

Commit 8287b28

Browse files
authored
fix style stuff (#2878)
fixes bc i messed up
1 parent 1da59d6 commit 8287b28

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

src/style.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
:root {
55
--font-family-headings-custom: 'TWK Lausanne', sans-serif;
66
--font-family-body-custom: 'TWK Lausanne', sans-serif;
7+
--font-weight-body-custom: 400;
78
--font-inter: 'TWK Lausanne', sans-serif;
89
}
910

@@ -47,6 +48,16 @@ article,
4748
[class*="prose"] {
4849
font-family: 'TWK Lausanne', sans-serif !important;
4950
font-weight: 400 !important;
51+
color: #030710 !important;
52+
}
53+
.dark body,
54+
.dark .mdx-content,
55+
.dark .prose,
56+
.dark .prose p,
57+
.dark .prose li,
58+
.dark article,
59+
.dark [class*="prose"] {
60+
color: #ffffff !important;
5061
}
5162

5263
/* Use IBM Plex Mono for all code and monospace text */
@@ -74,7 +85,7 @@ h1, h2, h3, h4 {
7485
color: #030710 !important;
7586
}
7687
.dark h1, .dark h2, .dark h3, .dark h4 {
77-
color: inherit !important;
88+
color: #ffffff !important;
7889
}
7990
[data-callout-type] :is(h1, h2, h3, h4) {
8091
color: inherit !important;

0 commit comments

Comments
 (0)