mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-15 19:22:52 +02:00
fix: admonition border color not rendering correctly
This commit is contained in:
parent
34207a2b4c
commit
4c9ea3febd
1 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@
|
|||
|
||||
/* Note */
|
||||
.admonition-note {
|
||||
--at-apply: 'border-note';
|
||||
--at-apply: 'border-note!';
|
||||
}
|
||||
.admonition-note .admonition-title {
|
||||
--at-apply: 'c-note';
|
||||
|
@ -66,7 +66,7 @@
|
|||
|
||||
/* Tip */
|
||||
.admonition-tip {
|
||||
--at-apply: 'border-tip';
|
||||
--at-apply: 'border-tip!';
|
||||
}
|
||||
.admonition-tip .admonition-title {
|
||||
--at-apply: 'c-tip';
|
||||
|
@ -78,7 +78,7 @@
|
|||
|
||||
/* Important */
|
||||
.admonition-important {
|
||||
--at-apply: 'border-important';
|
||||
--at-apply: 'border-important!';
|
||||
}
|
||||
.admonition-important .admonition-title {
|
||||
--at-apply: 'c-important';
|
||||
|
@ -90,7 +90,7 @@
|
|||
|
||||
/* Warning */
|
||||
.admonition-warning {
|
||||
--at-apply: 'border-warning';
|
||||
--at-apply: 'border-warning!';
|
||||
}
|
||||
.admonition-warning .admonition-title {
|
||||
--at-apply: 'c-warning';
|
||||
|
@ -102,7 +102,7 @@
|
|||
|
||||
/* Caution */
|
||||
.admonition-caution {
|
||||
--at-apply: 'border-caution';
|
||||
--at-apply: 'border-caution!';
|
||||
}
|
||||
.admonition-caution .admonition-title {
|
||||
--at-apply: 'c-caution';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue