From 4bf92aea3091d99ef3682da116275e9021236878 Mon Sep 17 00:00:00 2001 From: zepp Date: Sat, 11 Jan 2025 17:56:57 -0500 Subject: [PATCH] update image border color for picrews --- style/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index cdf13a2..b1640a6 100644 --- a/style/style.css +++ b/style/style.css @@ -16,6 +16,7 @@ --link-hover: #FF1493; --link-visited: #8A2BE2; --link-color: #4B0082; + --border-color: #DB7093; } @@ -196,7 +197,7 @@ main section ul li { } .picrew-gallery img { - border: 4px solid #17b794; + border: 4px solid var(--border-color); border-radius: 5%; }