photo/border

This commit is contained in:
Marc Beninca 2025-02-18 00:41:27 +01:00
parent 7e13d93e27
commit ed99d1fac3
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -158,6 +158,10 @@ img.org {
} }
img.photo { img.photo {
border-radius: 1em; border-radius: 1em;
border-bottom: var(--border-on);
border-left: var(--border-on);
border-right: var(--border-on);
border-top: var(--border-on);
} }
li:nth-of-type(even) { li:nth-of-type(even) {