V0.2
color-unification.css
Description
This code changes a few things related to color.
It hooks some unique colors to anilists overarching color variables for easier change of them.
Aswell to that it decreased the amount of different variables and lets them build up on each other instead for even simpler theme creation.
Very unstable, very unoptimized.
Known bugs:
- light mode footer is not dark
- light mode navbar is not hooked
- genre text color is bugged
- stats text color isnt the correct one either
Features
- Does what it says
Installation
Quick Setup
Add
@import
url("https://anzuftnw.github.io/files/color-unification.css");
into the custom css box inside your app settings and press submit.
Customize
If you want more freedom and disable or modify some of the things this
code snippet does you probably already know how to do so. Copy the contents
of
color-unification.css
into your custom css box or a seperat file and get started.
Changelog
2021/11/06
- Version 0.2
- Minor adjustments
2021/??/??
- Version 0.1
- Initial release