Skip to content

Commit

Permalink
Fix text color one more time
Browse files Browse the repository at this point in the history
I am very indecisive :(
  • Loading branch information
dtemkin1 authored Oct 2, 2024
1 parent 66335da commit 22100a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/colorMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default {
(Gs / 255.0) ** trc * Gco +
(Bs / 255.0) ** trc * Bco;

return Ys < flipYs ? "#ffffffee" : "#000000cc";
return Ys < flipYs ? "#ffffffee" : "#000000dd";
},
// courseColor takes in subject
courseColor: function (subject) {
Expand Down

0 comments on commit 22100a9

Please sign in to comment.