SeasonList, Card Color, CharacterList adjustments, class arrangements

This commit is contained in:
Xevion
2020-08-11 05:51:02 -05:00
parent 4e0dcfa532
commit ba9f806550
4 changed files with 37 additions and 58 deletions

View File

@@ -14,8 +14,8 @@
.card {
color: $grey-9;
background-color: $grey-1;
border-bottom: 1px solid rgba(0, 0, 0, 0.88);
background-color: $grey-2;
border-bottom: 1px solid $grey-1;
border-radius: 0;
}
</style>