From 1de4f66ec53bcc212c1bf081b25e5fd6b28a21e0 Mon Sep 17 00:00:00 2001 From: Septs Date: Sun, 7 Aug 2022 19:34:32 +0800 Subject: [PATCH] fix border --- assets/_custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/_custom.scss b/assets/_custom.scss index 601430a..54848eb 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -19,8 +19,8 @@ figure.audio-player audio { } figure.image { - border: 1px solid #ccc; - border-radius: 15px; + border: $padding-1 solid var(--gray-200); + border-radius: $border-radius; overflow: hidden; img[data-thumbnail] { background-repeat: no-repeat;