mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
Fix tip/warning icon color
This commit is contained in:
@@ -86,6 +86,11 @@
|
||||
background-color: hsl(var(--sl-color-gray-hue), var(--sl-color-gray-saturation), 13%)
|
||||
}
|
||||
|
||||
.sl-theme-dark .markdown-section p.tip::before,
|
||||
.sl-theme-dark .markdown-section p.warn::before {
|
||||
color: var(--sl-color-gray-10);
|
||||
}
|
||||
|
||||
.sl-theme-dark .markdown-section p.tip code,
|
||||
.sl-theme-dark .markdown-section p.warn code {
|
||||
background-color: var(--sl-color-gray-15);
|
||||
|
||||
Reference in New Issue
Block a user