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 */
|
/* Note */
|
||||||
.admonition-note {
|
.admonition-note {
|
||||||
--at-apply: 'border-note';
|
--at-apply: 'border-note!';
|
||||||
}
|
}
|
||||||
.admonition-note .admonition-title {
|
.admonition-note .admonition-title {
|
||||||
--at-apply: 'c-note';
|
--at-apply: 'c-note';
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
/* Tip */
|
/* Tip */
|
||||||
.admonition-tip {
|
.admonition-tip {
|
||||||
--at-apply: 'border-tip';
|
--at-apply: 'border-tip!';
|
||||||
}
|
}
|
||||||
.admonition-tip .admonition-title {
|
.admonition-tip .admonition-title {
|
||||||
--at-apply: 'c-tip';
|
--at-apply: 'c-tip';
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
|
|
||||||
/* Important */
|
/* Important */
|
||||||
.admonition-important {
|
.admonition-important {
|
||||||
--at-apply: 'border-important';
|
--at-apply: 'border-important!';
|
||||||
}
|
}
|
||||||
.admonition-important .admonition-title {
|
.admonition-important .admonition-title {
|
||||||
--at-apply: 'c-important';
|
--at-apply: 'c-important';
|
||||||
|
@ -90,7 +90,7 @@
|
||||||
|
|
||||||
/* Warning */
|
/* Warning */
|
||||||
.admonition-warning {
|
.admonition-warning {
|
||||||
--at-apply: 'border-warning';
|
--at-apply: 'border-warning!';
|
||||||
}
|
}
|
||||||
.admonition-warning .admonition-title {
|
.admonition-warning .admonition-title {
|
||||||
--at-apply: 'c-warning';
|
--at-apply: 'c-warning';
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
/* Caution */
|
/* Caution */
|
||||||
.admonition-caution {
|
.admonition-caution {
|
||||||
--at-apply: 'border-caution';
|
--at-apply: 'border-caution!';
|
||||||
}
|
}
|
||||||
.admonition-caution .admonition-title {
|
.admonition-caution .admonition-title {
|
||||||
--at-apply: 'c-caution';
|
--at-apply: 'c-caution';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue