revert luminance removal and rework surface tokens

This commit is contained in:
Cory LaViska
2021-09-27 10:24:29 -04:00
parent fa74fc54e3
commit e083b1a02e
12 changed files with 296 additions and 296 deletions

View File

@@ -1,7 +1,7 @@
.code-block {
position: relative;
border-radius: 3px;
background-color: rgb(var(--sl-surface-base-alt));
background-color: rgb(var(--sl-color-neutral-50));
margin-bottom: 1.5rem;
}
@@ -11,7 +11,7 @@
border-bottom: none;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background-color: rgb(var(--sl-surface-base));
background-color: rgb(var(--sl-color-neutral-0));
min-width: 20rem;
max-width: 100%;
padding: 1.5rem 3.25rem 1.5rem 1.5rem;
@@ -40,7 +40,7 @@
width: 1.75rem;
font-size: 20px;
color: rgb(var(--sl-color-neutral-600));
background-color: rgb(var(--sl-surface-base));
background-color: rgb(var(--sl-color-neutral-0));
border-left: solid 1px rgb(var(--sl-color-neutral-200));
border-top-right-radius: 3px;
cursor: ew-resize;
@@ -83,7 +83,7 @@
min-width: 2.5rem;
border: none;
border-radius: 0;
background: rgb(var(--sl-surface-base));
background: rgb(var(--sl-color-neutral-0));
font: inherit;
font-size: 0.7rem;
font-weight: 500;