app/assets/less/variables.less: fixing the names for gray colors (prefixed with "gray" instead)
This commit is contained in:
parent
927cb8ec41
commit
d2e8e64600
2 changed files with 13 additions and 12 deletions
|
|
@ -7,7 +7,7 @@
|
|||
padding: .6em 1em;
|
||||
|
||||
&:hover {
|
||||
background: @lightest-gray;
|
||||
background: @gray-lightest;
|
||||
}
|
||||
|
||||
// Borders.
|
||||
|
|
|
|||
Reference in a new issue