From fc1734d326b589f062033f47dcfa2b20986d303a Mon Sep 17 00:00:00 2001 From: matsewe Date: Fri, 12 Jul 2024 11:39:51 +0200 Subject: [PATCH] border radius styling --- static/site.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/site.css b/static/site.css index d49840d..163b5e0 100644 --- a/static/site.css +++ b/static/site.css @@ -105,11 +105,11 @@ header { .song { background-color: var(--color-choriosity-red--light); background-color: var(--color-white-100); - /*border: 1px solid var(--color-choriosity-red);*/ + border: 1px solid var(--color-choriosity-red); border: 1px solid hsl(calc(var(--hue) * 360), 100%, 40%); box-shadow: 4px 4px 8px var(--color-white-90); padding: 0.4em; - border-radius: 0.5em; + border-radius: 0.3em; width: 30em; margin-bottom: 1rem; margin-left: 0.5em; @@ -118,7 +118,7 @@ header { .cover-container { position: relative; - width: 10.67em; + width: 11.67em; height: 6.7em; float: left; margin-right: 1em; @@ -137,6 +137,7 @@ header { -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); transition: .3s ease; + border-radius: 0.3em; } .overlay {