Feature/#109 adaptive font color for badges #149

Merged
Serraniel merged 6 commits from feature/#109-adaptive-font-color-for-badges into develop 2020-12-24 11:11:04 +01:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit a33a047de7 - Show all commits

View file

@ -1,7 +1,7 @@
.awp{ .awp{
&-fontColor{ &-fontColor{
&-dark{ &-dark{
color: #262626 !important; color: $aniwatchDark !important;
} }
} }
} }

View file

@ -1,2 +1,5 @@
$aniwatchBlue: #348fff; $aniwatchBlue: #348fff;
$aniwatchDark: #282a39;
$gray: rgba(155, 155, 155, 0.2); $gray: rgba(155, 155, 155, 0.2);