update the warning box color
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
4a72c2ea7b
commit
126f3357bb
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
--note-color: #{$linkColor};
|
--note-color: #{$linkColor};
|
||||||
--note-background-color: var(--link-hover-color);
|
--note-background-color: var(--link-hover-color);
|
||||||
--warning-color: rgb(211, 185, 107);
|
--warning-color: rgb(211, 185, 107);
|
||||||
--warning-bg-color: rgb(121, 81, 21);
|
--warning-bg-color: rgb(40, 43, 14);
|
||||||
|
|
||||||
// Syntax Highlighting
|
// Syntax Highlighting
|
||||||
--astro-code-color-text: #e1e4e8;
|
--astro-code-color-text: #e1e4e8;
|
||||||
|
|
Loading…
Reference in a new issue