mirror of
https://github.com/kogakure/website-astro-stefanimhoff.de.git
synced 2026-02-03 20:15:27 +00:00
feat: add project detail pages
This commit is contained in:
@@ -86,11 +86,11 @@
|
||||
}
|
||||
|
||||
/** Images */
|
||||
img {
|
||||
img.image-border {
|
||||
@apply block h-auto w-full rounded-1 border border-solid border-black/5 bg-black/5 shadow-img dark:border-white/5 dark:bg-white/5 dark:opacity-[0.87];
|
||||
}
|
||||
|
||||
img[src$='.svg'] {
|
||||
img.image-no-border {
|
||||
@apply border-0 bg-transparent shadow-none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user