Working towards a new color palette

This commit is contained in:
Anthony Bullard 2024-12-16 16:38:30 -06:00
parent 04029d36de
commit 76b61e6c55
No known key found for this signature in database

View file

@ -260,7 +260,7 @@ padding: 0px 16px;
flex-direction: column;
box-sizing: border-box;
width: 100%;
background-color: var(--violet-bg);
background-color: hsl(from var(--violet) h calc(s * 1.3) calc(l * .3));
overflow-y: auto;
scrollbar-color: var(--violet) var(--violet-bg);
scrollbar-gutter: stable both-edges;