mirror of
https://github.com/marvive/Citation-Callouts.git
synced 2026-07-22 13:00:26 +00:00
10 lines
No EOL
195 B
CSS
10 lines
No EOL
195 B
CSS
.callout[data-callout="citation"] {
|
|
--callout-color: 59, 130, 246;
|
|
--callout-icon: lucide-book;
|
|
}
|
|
|
|
.callout[data-callout="citation"] .callout-icon .svg-icon {
|
|
color: rgb(59, 130, 246);
|
|
}
|
|
|
|
|