#67 Added color vars in styles

This commit is contained in:
Serraniel 2020-10-08 21:08:57 +02:00
parent 62fa39c2bf
commit e6e0ed5ec3
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 6 additions and 0 deletions

View file

@ -1 +1,5 @@
// vars
@import './vars/colors';
// enhancements
@import './enhancements/lists.scss';

View file

@ -0,0 +1,2 @@
$aniwatchBlue: #348fff;
$gray: rgba(155, 155, 155, 0.2);