mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
Working towards a new color palette
This commit is contained in:
parent
04029d36de
commit
76b61e6c55
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue