We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7cc4f commit 5d4dc7fCopy full SHA for 5d4dc7f
src/css/custom.css
@@ -9,6 +9,11 @@
9
@import "tailwindcss/utilities.css" layer(utilities);
10
@custom-variant dark (&:where(html[data-theme="dark"] *));
11
12
+@theme {
13
+ --breakpoint-xl: var(--ifm-container-width-xl);
14
+ --breakpoint-2xl: var(--ifm-container-width-xl);
15
+}
16
+
17
/* You can override the default Infima variables here. */
18
:root {
19
--ifm-color-primary: #0969da;
0 commit comments