darken based color changes, badge color white to grey

This commit is contained in:
Xevion
2020-08-11 14:23:45 -05:00
parent 8a13f240e3
commit ba19e8be5b
5 changed files with 17 additions and 10 deletions

View File

@@ -15,7 +15,6 @@
.btn {
box-shadow: none;
&:focus { box-shadow: none; }
}
@@ -23,6 +22,9 @@
color: $grey-10;
background-color: $grey-4;
border-color: $grey-3;
.badge {
color: lighten($grey-11, 8%);
}
}
.character-button {