Convert colors to the superiour format (HSL)

Still need to figure out how to make sure it's sompiled to rgb everywhere
This commit is contained in:
David Lapshin
2024-05-13 01:05:49 +03:00
parent d0c0cc8460
commit dad3e18d81
6 changed files with 49 additions and 48 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 rgba(0, 0, 0, 0.5);
box-shadow: var(--edge-highlight), 0px 12px 24px -16px hsl(0 0% 0% / 50%);
border-radius: 26px;
background-color: var(--nav-bg);
max-width: min(calc(var(--container-width) + 10rem), 90%);