feat: add inline_svg shortcode
|
|
@ -87,6 +87,15 @@ article {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Figure */
|
||||
figure {
|
||||
@apply max-w-full;
|
||||
|
||||
svg {
|
||||
@apply h-auto max-w-full scheme-light! dark:scheme-dark!;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
|
||||
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
||||
@layer properties;
|
||||
@layer theme, base, components, utilities;
|
||||
@layer theme {
|
||||
|
|
@ -712,6 +712,9 @@
|
|||
.grid {
|
||||
display: grid;
|
||||
}
|
||||
.inline {
|
||||
display: inline;
|
||||
}
|
||||
.aspect-square {
|
||||
aspect-ratio: 1 / 1;
|
||||
}
|
||||
|
|
@ -1448,6 +1451,17 @@ article {
|
|||
}
|
||||
}
|
||||
}
|
||||
figure {
|
||||
max-width: 100%;
|
||||
svg {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
color-scheme: light !important;
|
||||
&:where(.dark, .dark *) {
|
||||
color-scheme: dark !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.header {
|
||||
background-color: var(--header);
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 94 KiB |
BIN
static/processed_images/01-zola.b673627618ae4d9e.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
static/processed_images/02-zola-manet.6cacdaa0a00675f4.png
Normal file
|
After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 94 KiB |
BIN
static/processed_images/03-zola-cezanne.7278afdd982f9c0d.png
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
static/processed_images/04-gutenberg.870b88ab978bdf22.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 12 KiB |
BIN
static/processed_images/05-example.fa7cb105347c93cf.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 18 KiB |
BIN
static/processed_images/06-example.eb57cde378878205.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 4.9 KiB |
BIN
static/processed_images/07-example.6ba4bc34b155528f.jpg
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
static/processed_images/08-example.13c3f7440797b6ed.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 14 KiB |