border radius
This commit is contained in:
parent
5e83230768
commit
0301744fde
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue