Skip to content

Commit feb935a

Browse files
committed
:::sumo admonition css fix
1 parent e55e4e7 commit feb935a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/sumo.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ html[data-theme='light'] .alert--secondary {
746746
}
747747

748748
// SUMO
749-
html[data-theme='dark'] .theme-admonition-sumo {
749+
html[data-theme='dark'] .admonition--sumo {
750750
background-color: rgba(0, 0, 153, 0.1);
751751
--ifm-alert-border-color: #000099;
752752
border-left: 6px solid #000099;
@@ -766,7 +766,7 @@ html[data-theme='dark'] .theme-admonition-sumo {
766766
}
767767
}
768768

769-
html[data-theme='light'] .theme-admonition-sumo {
769+
html[data-theme='light'] .admonition--sumo {
770770
background-color: rgba(0, 0, 153, 0.05);
771771
color: #000046;
772772
--ifm-alert-color: #000099;

0 commit comments

Comments
 (0)