Added color dependency for calculating background color and if dark or light. Also added a settings option ofc
8 lines
188 B
SCSS
8 lines
188 B
SCSS
// vars
|
|
@import "./vars/colors";
|
|
|
|
// enhancements
|
|
@import "./enhancements/fontColor";
|
|
@import "./enhancements/lists";
|
|
@import "./enhancements/tabs";
|
|
@import "./enhancements/watch2gether";
|