Content Thumbnail default breakpoint
This commit is contained in:
+6
-8
@@ -19,15 +19,12 @@
|
||||
--color-*: initial;
|
||||
|
||||
/* Font families */
|
||||
--font-sans:
|
||||
var(--font-inter), ui-sans-serif, system-ui, -apple-system, "Segoe UI",
|
||||
Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
--font-display:
|
||||
var(--font-bricolage-grotesque), ui-sans-serif, system-ui, -apple-system,
|
||||
--font-sans: var(--font-inter), ui-sans-serif, system-ui, -apple-system,
|
||||
"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
--font-mono:
|
||||
var(--font-space-grotesk), ui-monospace, SFMono-Regular, "SF Mono",
|
||||
Consolas, "Liberation Mono", Menlo, monospace;
|
||||
--font-display: var(--font-bricolage-grotesque), ui-sans-serif, system-ui,
|
||||
-apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
--font-mono: var(--font-space-grotesk), ui-monospace, SFMono-Regular,
|
||||
"SF Mono", Consolas, "Liberation Mono", Menlo, monospace;
|
||||
|
||||
/* Dimension */
|
||||
--spacing-scale-000: 0px;
|
||||
@@ -370,6 +367,7 @@
|
||||
--color-content-inverse-brand-accent: var(--color-yellow-yellow700);
|
||||
--color-content-inverse-brand-primary: var(--color-yellow-yellow900);
|
||||
--color-content-inverse-brand-secondary: var(--color-rust-rust800);
|
||||
--color-content-inverse-brand-royal: var(--color-royal-blue-royal-blue1000);
|
||||
--color-content-inverse-primary: var(--color-gray-1000);
|
||||
--color-content-inverse-secondary: var(--color-gray-800);
|
||||
--color-content-inverse-tertiary: var(--color-gray-700);
|
||||
|
||||
Reference in New Issue
Block a user