mirror of
https://github.com/SebastianStork/kita.git
synced 2026-01-21 13:21:35 +01:00
feat: add inline_svg shortcode
This commit is contained in:
parent
b869da36fb
commit
4bfc2728dc
23 changed files with 198 additions and 115 deletions
|
|
@ -87,6 +87,15 @@ article {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Figure */
|
||||
figure {
|
||||
@apply max-w-full;
|
||||
|
||||
svg {
|
||||
@apply h-auto max-w-full scheme-light! dark:scheme-dark!;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue