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 e55e4e7 commit feb935aCopy full SHA for feb935a
src/css/sumo.scss
@@ -746,7 +746,7 @@ html[data-theme='light'] .alert--secondary {
746
}
747
748
// SUMO
749
-html[data-theme='dark'] .theme-admonition-sumo {
+html[data-theme='dark'] .admonition--sumo {
750
background-color: rgba(0, 0, 153, 0.1);
751
--ifm-alert-border-color: #000099;
752
border-left: 6px solid #000099;
@@ -766,7 +766,7 @@ html[data-theme='dark'] .theme-admonition-sumo {
766
767
768
769
-html[data-theme='light'] .theme-admonition-sumo {
+html[data-theme='light'] .admonition--sumo {
770
background-color: rgba(0, 0, 153, 0.05);
771
color: #000046;
772
--ifm-alert-color: #000099;
0 commit comments