From fe16871f9508989398f11cac5d69a94efc0725ef Mon Sep 17 00:00:00 2001 From: John Jago Date: Thu, 6 Jun 2024 17:47:04 -0500 Subject: [PATCH] Add shadow, border radius, and border around release images --- assets/style.css | 4 ++++ layouts/releases/list.html | 2 +- layouts/releases/single.html | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index bfb18ec..fc300d5 100644 --- a/assets/style.css +++ b/assets/style.css @@ -13,3 +13,7 @@ mask-size: contain; mask-repeat: no-repeat; } + +.img-all-around-shadow img { + box-shadow: 0 0 1rem -0.25rem rgba(0, 0, 0, 0.25); +} diff --git a/layouts/releases/list.html b/layouts/releases/list.html index 58e3415..cd40169 100644 --- a/layouts/releases/list.html +++ b/layouts/releases/list.html @@ -39,7 +39,7 @@

>

{{ .Title }}

-
+
{{ .Content }}
diff --git a/layouts/releases/single.html b/layouts/releases/single.html index 52702c6..d06795f 100644 --- a/layouts/releases/single.html +++ b/layouts/releases/single.html @@ -3,7 +3,7 @@

{{ .Title }}

Dashify {{ .Params.Version }}

Released

-
+
{{ .Content }}