Skip to content

Commit

Permalink
fix(mastodon): active icon button color (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
GenShibe authored Jun 2, 2024
1 parent 19cfb3b commit 0978893
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions styles/mastodon/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Mastodon Catppuccin
@namespace github.com/catppuccin/userstyles/styles/mastodon
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mastodon
@version 1.3.0
@version 1.3.1
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mastodon/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amastodon
@description Soothing pastel theme for Mastodon
Expand Down Expand Up @@ -182,7 +182,7 @@ domain("toot.wales") {
.follow_requests-unlocked_explanation a,
.column-back-button,
.text-icon-button,
.icon-button.active,
.icon-button.star-icon.active,
.public-layout .public-account-bio .account__header__fields a,
.column-header__back-button,
.navigation-bar strong,
Expand All @@ -194,6 +194,10 @@ domain("toot.wales") {
color: @accent-color;
}

.icon-button.active {
color: @mantle;
}

.display-name strong {
color: @text !important;
}
Expand Down

0 comments on commit 0978893

Please sign in to comment.