Revert "Convert colors to the superiour format (HSL)"

This reverts commit dad3e18d81.
This commit is contained in:
David Lapshin
2024-05-13 03:22:52 +03:00
parent dad3e18d81
commit 5b6ea6904c
6 changed files with 48 additions and 49 deletions

View File

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