#109 added and used aniwatch dark color in css
This commit is contained in:
parent
2b9404e21c
commit
a33a047de7
|
@ -1,7 +1,7 @@
|
||||||
.awp{
|
.awp{
|
||||||
&-fontColor{
|
&-fontColor{
|
||||||
&-dark{
|
&-dark{
|
||||||
color: #262626 !important;
|
color: $aniwatchDark !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,2 +1,5 @@
|
||||||
$aniwatchBlue: #348fff;
|
$aniwatchBlue: #348fff;
|
||||||
|
$aniwatchDark: #282a39;
|
||||||
|
|
||||||
|
|
||||||
$gray: rgba(155, 155, 155, 0.2);
|
$gray: rgba(155, 155, 155, 0.2);
|
||||||
|
|
Loading…
Reference in a new issue