commit 4e80a1f269384ee747e64496c38ed37443a168f1
Author: Nhân <hi@imnhan.com>
Date: Thu Nov 30 22:26:38 2023 +0700
img + video rounded borders too
diff --git a/_s4g/theme/base.css b/_s4g/theme/base.css
index 141fc6c..7acc7d5 100644
--- a/_s4g/theme/base.css
+++ b/_s4g/theme/base.css
@@ -66,6 +66,8 @@ section:target > h6 {
main img,
main video {
max-width: 100%;
+ border: 1px solid black;
+ border-radius: 0.3rem;
}
main hr {