1
1
mirror of https://github.com/primer/css.git synced 2024-12-14 06:44:38 +03:00

Convert blankslate to use color modes

This commit is contained in:
Michelle Tilley 2020-08-10 11:47:51 -07:00
parent 7274445f92
commit 657d84d58a
No known key found for this signature in database
GPG Key ID: 810E3A96D4CF00F4

View File

@ -8,8 +8,8 @@
// stylelint-disable-next-line primer/spacing
padding: 2px 5px 3px;
font-size: $h5-size;
background: $bg-white;
border: $border-width $border-style $border-gray-light;
background: var(--bg-canvas);
border: $border-width $border-style var(--border-tertiary);
border-radius: $border-radius;
}
@ -24,7 +24,7 @@
margin-bottom: $spacer-2;
margin-left: $spacer-1;
// stylelint-disable-next-line primer/colors
color: lighten($gray-400, 5%);
color: var(--blankslate-icon);
}
.blankslate-capped {