@@ -2620,7 +2620,9 @@ html[data-theme="dark"] .blog-post-page .markdown h4 {
26202620}
26212621
26222622html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info ,
2623- html [data-theme = "dark" ].blog-post-page .markdown .alert--info {
2623+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info ,
2624+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-note ,
2625+ html [data-theme = "dark" ].blog-post-page .markdown .alert--secondary {
26242626 --ifm-alert-foreground-color : # ffffff !important ;
26252627 --ifm-alert-background-color : # 0f172a !important ;
26262628 --ifm-alert-background-color-highlight : rgba (148 , 163 , 184 , 0.14 ) !important ;
@@ -2635,20 +2637,36 @@ html[data-theme="dark"].blog-post-page .markdown .alert--info {
26352637
26362638html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ],
26372639html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ],
2640+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-note [class *= "admonitionContent_" ],
2641+ html [data-theme = "dark" ].blog-post-page .markdown .alert--secondary [class *= "admonitionContent_" ],
26382642html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] p ,
26392643html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] li ,
26402644html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] span ,
26412645html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] strong ,
26422646html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] em ,
26432647html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] code ,
26442648html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-info [class *= "admonitionContent_" ] a ,
2649+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-note [class *= "admonitionContent_" ] p ,
2650+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-note [class *= "admonitionContent_" ] li ,
2651+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-note [class *= "admonitionContent_" ] span ,
2652+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-note [class *= "admonitionContent_" ] strong ,
2653+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-note [class *= "admonitionContent_" ] em ,
2654+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-note [class *= "admonitionContent_" ] code ,
2655+ html [data-theme = "dark" ].blog-post-page .markdown .theme-admonition-note [class *= "admonitionContent_" ] a ,
26452656html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] p ,
26462657html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] li ,
26472658html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] span ,
26482659html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] strong ,
26492660html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] em ,
26502661html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] code ,
2651- html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] a {
2662+ html [data-theme = "dark" ].blog-post-page .markdown .alert--info [class *= "admonitionContent_" ] a ,
2663+ html [data-theme = "dark" ].blog-post-page .markdown .alert--secondary [class *= "admonitionContent_" ] p ,
2664+ html [data-theme = "dark" ].blog-post-page .markdown .alert--secondary [class *= "admonitionContent_" ] li ,
2665+ html [data-theme = "dark" ].blog-post-page .markdown .alert--secondary [class *= "admonitionContent_" ] span ,
2666+ html [data-theme = "dark" ].blog-post-page .markdown .alert--secondary [class *= "admonitionContent_" ] strong ,
2667+ html [data-theme = "dark" ].blog-post-page .markdown .alert--secondary [class *= "admonitionContent_" ] em ,
2668+ html [data-theme = "dark" ].blog-post-page .markdown .alert--secondary [class *= "admonitionContent_" ] code ,
2669+ html [data-theme = "dark" ].blog-post-page .markdown .alert--secondary [class *= "admonitionContent_" ] a {
26522670 color : # ffffff !important ;
26532671 -webkit-text-fill-color : # ffffff !important ;
26542672}
0 commit comments