Revert "Convert colors to the superiour format (HSL)"
This reverts commit dad3e18d81
.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
z-index: 999;
|
||||
backdrop-filter: var(--blur);
|
||||
margin: 1rem auto;
|
||||
box-shadow: var(--edge-highlight), 0px 12px 24px -16px hsl(0 0% 0% / 50%);
|
||||
box-shadow: var(--edge-highlight), 0px 12px 24px -16px rgba(0, 0, 0, 0.5);
|
||||
border-radius: 26px;
|
||||
background-color: var(--nav-bg);
|
||||
max-width: min(calc(var(--container-width) + 10rem), 90%);
|
||||
|
Reference in New Issue
Block a user