@@ -2629,9 +2629,38 @@ html[data-theme="dark"] .blog-post-page .markdown h4 {
26292629 font-size : inherit !important ;
26302630}
26312631
2632- html [data-theme = "dark" ] .blog-post-page .markdown .admonition ,
2633- html [data-theme = "dark" ] .blog-post-page .markdown .alert {
2634- background : rgba (59 , 130 , 246 , 0.1 ) !important ;
2632+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info ,
2633+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info {
2634+ --ifm-alert-foreground-color : # ffffff !important ;
2635+ --ifm-alert-background-color : # 0f172a !important ;
2636+ --ifm-alert-background-color-highlight : rgba (148 , 163 , 184 , 0.14 ) !important ;
2637+ --ifm-alert-border-color : # 2563eb !important ;
2638+ --ifm-link-color : # 93c5fd !important ;
2639+ --ifm-link-hover-color : # bfdbfe !important ;
2640+ background-color : var (--ifm-alert-background-color ) !important ;
2641+ background : var (--ifm-alert-background-color ) !important ;
2642+ border-left-color : var (--ifm-alert-border-color ) !important ;
2643+ color : # ffffff !important ;
2644+ }
2645+
2646+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ],
2647+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ],
2648+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] p ,
2649+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] li ,
2650+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] span ,
2651+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] strong ,
2652+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] em ,
2653+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] code ,
2654+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] a ,
2655+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] p ,
2656+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] li ,
2657+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] span ,
2658+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] strong ,
2659+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] em ,
2660+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] code ,
2661+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] a {
2662+ color : # ffffff !important ;
2663+ -webkit-text-fill-color : # ffffff !important ;
26352664}
26362665
26372666/* Blog post page title (H1 rendered by Docusaurus header, outside .markdown) */
0 commit comments