update the warning box color
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Michael Zhang 2024-09-14 23:36:52 -05:00
parent 4a72c2ea7b
commit 126f3357bb

View file

@ -65,7 +65,7 @@
--note-color: #{$linkColor};
--note-background-color: var(--link-hover-color);
--warning-color: rgb(211, 185, 107);
--warning-bg-color: rgb(121, 81, 21);
--warning-bg-color: rgb(40, 43, 14);
// Syntax Highlighting
--astro-code-color-text: #e1e4e8;