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.
1 parent 6db4a28 commit 936c9f1Copy full SHA for 936c9f1
src/css/vars.css
@@ -251,7 +251,7 @@
251
--tip-background-color: rgba(var(--theme-light-palette-primary-bg-weak));
252
--warning-color: rgba(var(--theme-light-palette-danger-bg-strong));
253
--warning-background-color: rgba(var(--theme-light-palette-danger-bg-weak));
254
- --mark-background: rgba(247 151 103 / 0.3);
+ --mark-background: rgba(var(--theme-light-palette-primary-bg-weak));
255
256
/* success */
257
--success-color: rgba(var(--theme-light-palette-success-bg-strong));
0 commit comments