Skip to content

Commit

Permalink
fix user profile coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
resucutie authored Aug 26, 2023
1 parent 8f66ac1 commit 91d1e93
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions styles/mastodon/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ domain("piaille.fr") {
.column-header__back-button,
.column-back-button,
.drawer__header,
.account__section-headline,
.notification__filter-bar,
.account__section-headline button,
.notification__filter-bar button,
Expand All @@ -346,11 +345,17 @@ domain("piaille.fr") {
.conversation--unread,
.column-header__collapsible-inner,
.announcements,
.status-card__image{
.status-card__image,
.account__header__bar{
border-color: @crust;
background: @surface0;
}

.account__section-headline {
background: @mantle;
border-color: @crust
}

.focusable:focus {
background: unset;
}
Expand Down Expand Up @@ -390,7 +395,8 @@ domain("piaille.fr") {
.public-layout .public-account-header__tabs__tabs .counter::after,
.public-layout .public-account-header__tabs__tabs .counter.active::after ,
.react-toggle--checked .react-toggle-thumb,
.radio-button__input.checked{
.radio-button__input.checked,
.account__action-bar__tab.active{
border-color: @accent-color;
}

Expand Down

0 comments on commit 91d1e93

Please sign in to comment.