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 9108d77 commit 45700e6Copy full SHA for 45700e6
1 file changed
website/src/css/customTheme.scss
@@ -693,6 +693,20 @@ html[data-theme="dark"] {
693
}
694
695
696
+html[data-theme="light"] {
697
+ .alert--success {
698
+ span[class^="admonitionIcon"] svg {
699
+ fill: hsl(from var(--ifm-alert-border-color) h calc(s + 20) calc(l - 10));
700
+ }
701
+
702
+ div[class^="admonitionHeading"] {
703
+ color: hsl(
704
+ from var(--ifm-alert-border-color) h calc(s + 20) calc(l - 10)
705
+ );
706
707
708
+}
709
710
/* Home page */
711
712
.homepage {
0 commit comments