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.
--light-2
1 parent bedd167 commit 44b2642Copy full SHA for 44b2642
packages/gitbook/src/components/RootLayout/globals.css
@@ -11,7 +11,7 @@
11
12
--light-1: color-mix(in srgb, rgb(var(--tint-color-600)), rgb(var(--light-base)) 99%);
13
--light-DEFAULT: color-mix(in srgb, rgb(var(--tint-color-700)), rgb(var(--light-base)) 96%);
14
- --light-2: color-mix(in srgb, rgb(var(--tint-color-700)), rgb(var(--light-base)) 92%);
+ --light-2: color-mix(in srgb, rgb(var(--tint-color-700)), rgb(var(--light-base)) 94%);
15
--light-3: color-mix(in srgb, rgb(var(--tint-color-800)), rgb(var(--light-base)) 88%);
16
--light-4: color-mix(in srgb, rgb(var(--tint-color-800)), rgb(var(--light-base)) 72%);
17
0 commit comments