mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
change -0 -1000 to --sl-color-neutral-0|1000
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
border-bottom: none;
|
||||
border-top-left-radius: 3px;
|
||||
border-top-right-radius: 3px;
|
||||
background-color: rgb(var(--sl-color-1000));
|
||||
background-color: rgb(var(--sl-color-neutral-1000));
|
||||
min-width: 20rem;
|
||||
max-width: 100%;
|
||||
padding: 1.5rem 3.25rem 1.5rem 1.5rem;
|
||||
@@ -44,7 +44,7 @@
|
||||
width: 1.75rem;
|
||||
font-size: 20px;
|
||||
color: rgb(var(--sl-color-neutral-500));
|
||||
background-color: rgb(var(--sl-color-1000));
|
||||
background-color: rgb(var(--sl-color-neutral-1000));
|
||||
border-left: solid 1px rgb(var(--sl-color-neutral-200));
|
||||
border-top-right-radius: 3px;
|
||||
cursor: ew-resize;
|
||||
@@ -97,7 +97,7 @@
|
||||
border: solid 1px rgb(var(--sl-color-neutral-200));
|
||||
border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
background: rgb(var(--sl-color-1000));
|
||||
background: rgb(var(--sl-color-neutral-1000));
|
||||
font: inherit;
|
||||
font-size: 0.875rem;
|
||||
color: rgb(var(--sl-color-neutral-600));
|
||||
|
||||
Reference in New Issue
Block a user