diff options
Diffstat (limited to 'web/style/nodecard.css')
-rw-r--r-- | web/style/nodecard.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/style/nodecard.css b/web/style/nodecard.css index 05c305b..de99a33 100644 --- a/web/style/nodecard.css +++ b/web/style/nodecard.css @@ -4,6 +4,14 @@ Copyright (C) 2024 metamuffin <metamuffin.org> Copyright (C) 2023 tpart */ + +.poster * img, .bigposter img { + background-color: var(--image-loading-placeholder); +} +.poster a, .bigposter img { + border-radius: 1em; +} + .card { padding: 1em; } |