From ed99d1fac31f3f90ea0f810ddf416a6e0a8820ea Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 18 Feb 2025 00:41:27 +0100 Subject: [PATCH] photo/border --- style/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/main.css b/style/main.css index 2036b6e..a63bda6 100644 --- a/style/main.css +++ b/style/main.css @@ -158,6 +158,10 @@ img.org { } img.photo { 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) {