Fixed issue with admonition block backgroud color appearing in rounded corners. Updated rest of admonition block styles to explicitly set the background color to transparent

Signed-off-by: Brian Powell Jr <b.powell.jr@outlook.com>
pull/7390/head
Brian Powell Jr 1 year ago
parent 378481e14f
commit 32750e0daf
No known key found for this signature in database
GPG Key ID: 452080FC5442B172

@ -428,6 +428,8 @@
}
&.note {
background-color: transparent !important;
td.icon {
background-color: mc('blue', '300');
color: mc('blue', '50');
@ -447,6 +449,8 @@
}
&.success {
background-color: transparent !important;
td.icon {
background-color: mc('green', '300');
color: mc('green', '50');
@ -466,6 +470,7 @@
}
&.tip {
background-color: transparent !important;
td.icon {
background-color: mc('green', '300');
color: mc('green', '50');
@ -506,6 +511,8 @@
}
&.caution {
background-color: transparent !important;
td.icon {
background-color: mc('purple', '300');
color: mc('purple', '50');
@ -525,6 +532,8 @@
}
&.important {
background-color: transparent !important;
td.icon {
background-color: mc('red', '300');
color: mc('red', '50');

Loading…
Cancel
Save