Skip to content

Commit

Permalink
fix(inoreader): resolve bg color issues on expand for music player, n…
Browse files Browse the repository at this point in the history
…otifications, support & account sections (#1451)

fix(inoreader): bg colors for expanded music player, notifications, support and account sections

Co-authored-by: Thomas <36050256+Thomas-Philippot@users.noreply.github.com>
  • Loading branch information
ashish0kumar and Thomas-Philippot authored Nov 14, 2024
1 parent f033d5b commit b820127
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions styles/inoreader/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name inoreader Catppuccin
@namespace github.com/catppuccin/userstyles/styles/inoreader
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/inoreader
@version 0.0.7
@version 0.0.8
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/inoreader/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainoreader
@description Soothing pastel theme for inoreader
Expand Down Expand Up @@ -194,7 +194,8 @@
color: @crust;
}

#tabs_pane .tabs-counter {
#tabs_pane .tabs-counter,
#tabs_pane #bottom_tabs .nav-item a i.icon-full {
color: @text !important;
background-color: @base !important;
}
Expand Down Expand Up @@ -613,6 +614,14 @@
color: @accent-color;
border-color: @accent-color;
}

#audio_player_nav.is-overlay .tab-content,
#audio_player_nav .media-player.maximized .container,
#notifications_nav.is-overlay .tab-content,
#support_nav.is-overlay .tab-content,
#profile_nav.is-overlay .tab-content {
background-color: @base;
}
}
}

Expand Down

0 comments on commit b820127

Please sign in to comment.