File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727
2828 /* background colors */
2929 --bg-0 : oklch (from {background} l c h); /* main background color. */
30- - - bg-1: oklch(from {background} calc (l + 0.05 ) c h); /* background color for secondary elements like code blocks, embeds, etc. */
30+ - - bg-1: oklch(from {background} calc (l + 0.04 ) c h); /* background color for secondary elements like code blocks, embeds, etc. */
3131 - - bg-2: oklch(from {background} calc (l + 0.08) c h); /* color of neutral buttons. */
32- - - bg-3: oklch(from {background} calc (l + 0.11 ) c h); /* color of neutral buttons when hovered. */
32+ - - bg-3: oklch(from {background} calc (l + 0.12 ) c h); /* color of neutral buttons when hovered. */
3333
3434 /* state modifiers */
3535 - - hover: oklch(54% 0 0 / 0.1); /* color of hovered elements. */
You can’t perform that action at this time.
0 commit comments