#109 added and used aniwatch dark color in css

This commit is contained in:
Serraniel 2020-11-14 19:26:28 +01:00
parent 2b9404e21c
commit a33a047de7
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 4 additions and 1 deletions

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);