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 }}