1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00

grey -> gray lol

This commit is contained in:
Emily 2018-05-09 16:29:06 -07:00
parent 33017d01ca
commit f565d6ee61

View File

@ -19,7 +19,7 @@
cursor: pointer;
user-select: none;
background: $bg-white; // Reset default gradient backgrounds and colors
border: $border-width $border-style $border-grey;
border: $border-width $border-style $border-gray;
&:first-child {
margin-left: 0;
@ -38,7 +38,7 @@
z-index: 2;
text-decoration: none;
background-color: darken($gray-100, 2%);
border-color: $border-grey;
border-color: $border-gray;
}
}