Skip to content

Commit

Permalink
fix: partial account fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGamerBot-QK authored Aug 27, 2024
1 parent a784e84 commit 1e20b1a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions styles/crunchyroll/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -881,9 +881,17 @@
}
}
// CRUNCHYLISTS PAGE - END
// appies outside of .erc-account as well.
.erc-account-nav-link {
.clickable-text(@overlay2, @text);
.clickable-background(@surface1);

&.state-active {
color: @accent-color !important;
}
}
// ACCOUNT PAGES - START
.erc-account-old {
.erc-account {
.erc-account-user-info .user-status {
color: @yellow;
}
Expand All @@ -893,7 +901,7 @@
.clickable-background(@surface1);

&.state-active {
color: @accent-color;
color: @accent-color !important;
}
}

Expand Down

0 comments on commit 1e20b1a

Please sign in to comment.