Skip to content

Commit

Permalink
Working towards a new color palette
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebox committed Dec 17, 2024
1 parent 04029d3 commit 76b61e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/docs/src/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 76b61e6

Please sign in to comment.