mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
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>
This commit is contained in:
parent
378481e14f
commit
32750e0daf
@ -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…
Reference in New Issue
Block a user