Skip to content

Commit 075c682

Browse files
committed
Adjust style
1 parent 424931b commit 075c682

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/css/admonition.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
box-shadow: none;
1010
}
1111

12-
/* Change color of the "important" admonition back to the default red */
13-
& td.icon i.icon-important {
14-
background-color: #e40046;
15-
}
16-
1712
/* Don't use uppercase for captions */
1813
& .icon {
1914
text-transform: none;
2015
}
2116
}
17+
18+
/* Change color of the "important" admonition back to the default red */
19+
.doc .admonitionblock.code-rule.warning .icon {
20+
background-color: #e40046;
21+
}

0 commit comments

Comments
 (0)