border radius

This commit is contained in:
Rhiannon Morris 2025-02-16 22:40:50 +01:00
parent 5e83230768
commit 0301744fde

View file

@ -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;