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:
parent
33017d01ca
commit
f565d6ee61
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user