myjian / mai-tools

mai-tools is a collection of useful tools for maimai and maimai DX.
https://myjian.github.io/mai-tools
GNU General Public License v3.0
39 stars 11 forks source link

fix(rating-calculator): simplify .rankDistributionTable color #110

Closed neofuji closed 1 month ago

neofuji commented 1 month ago

Removing color: initial and narrowing the scope of the difficulty classes on DifficultyDistribution.

color: initial depends on the browser's color config, so it can make the text invisible.

Before

The text color in browser config is #eee. Screenshot 2024-05-28 at 20-50-31 maimai DX Rating Analyzer

After

Screenshot 2024-05-28 at 20-54-28 maimai DX Rating Analyzer

myjian commented 1 month ago

Can you add some screenshots before/after your change?

myjian commented 1 month ago

Thank you!