UX: use color variable for background of shortcut keys

This commit is contained in:
tshenry 2020-04-01 09:27:14 -07:00 committed by GitHub
parent 13b4eb9cce
commit 32e14045c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@
}
span {
background: #f2f2f2;
background: $primary-very-low;
border-radius: 3px;
display: inline-flex;
margin: 0 6px;