We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c99525 commit 20dda6fCopy full SHA for 20dda6f
1 file changed
css/base.css
@@ -3,11 +3,11 @@
3
/* Modal body */
4
5
.cookie-notice {
6
- --color-blue: oklch(from steelblue calc(l - 16%) c h);
+ --color-blue: oklch(from steelblue calc(l - 0.15) c h);
7
--color-gold: oklch(from orange l c calc(h + 10));
8
--color-tan: oklch(from antiquewhite l calc(c - 0.025) h);
9
- --color-black-blue: oklch(from steelblue calc(l - 35%) calc(c - 0.05) h);
10
- --color-light-blue: oklch(from deepskyblue calc(l - 5%) c h);
+ --color-black-blue: oklch(from midnightblue l calc(c - 0.1) h);
+ --color-light-blue: oklch(from deepskyblue calc(l - 0.05) c h);
11
12
position: fixed;
13
inset: auto 0 0;
0 commit comments