Skip to content

Commit

Permalink
increase saturation
Browse files Browse the repository at this point in the history
  • Loading branch information
icecream17 authored Nov 8, 2024
1 parent 8e02678 commit 637c569
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Elems/AsideElems/StrategyList.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
/* Disabled strategy item */
.StrategyItem.disabled {
color: #bbb;
--link-color: #abb8e8;
--link-visited-color: #c1b6c9;
--link-active-color: #df8367;
--link-color: #90c6e5;
--link-visited-color: #d1b6e9;
--link-active-color: #ff8367;
}

.StrategyItem.disabled:nth-child(odd) {
Expand Down

0 comments on commit 637c569

Please sign in to comment.