From 0301744fde91946ac74d425c3d33f81cf37a5906 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sun, 16 Feb 2025 22:40:50 +0100 Subject: [PATCH] border radius --- style/base.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/base.css b/style/base.css index d5c3b9d..02b4d41 100644 --- a/style/base.css +++ b/style/base.css @@ -83,6 +83,7 @@ actually exists background: hsl(var(--menu-bg-hsl) / 65%); border: 2px solid hsl(var(--menu-bg-hsl)); box-shadow: 0 0 10px 5px hsl(var(--menu-bg-hsl) / 30%); + border-radius: 10px; @media (prefers-reduced-transparency: reduce) { background: hsl(var(--menu-bg-hsl)); @@ -129,6 +130,8 @@ actually exists border: var(--border-thickness) solid white; padding: 2em; + border-radius: 30px; + color: hsl(var(--hue) 40% 10%); --text-shadow-color: white; text-shadow: @@ -332,6 +335,7 @@ actually exists linear-gradient(to right, transparent 3em, var(--bg) 3em), var(--icon) 0.5em center / 2em auto no-repeat, var(--icon-bg); + border-radius: 10px; color: var(--fg); text-shadow: none;