diff --git a/src/stylesheets/aniwatchplus.scss b/src/stylesheets/aniwatchplus.scss index 09b3386..cdcb559 100644 --- a/src/stylesheets/aniwatchplus.scss +++ b/src/stylesheets/aniwatchplus.scss @@ -1 +1,5 @@ +// vars +@import './vars/colors'; + +// enhancements @import './enhancements/lists.scss'; \ No newline at end of file diff --git a/src/stylesheets/vars/_colors.scss b/src/stylesheets/vars/_colors.scss new file mode 100644 index 0000000..4e6f2b7 --- /dev/null +++ b/src/stylesheets/vars/_colors.scss @@ -0,0 +1,2 @@ +$aniwatchBlue: #348fff; +$gray: rgba(155, 155, 155, 0.2);