Skip to content

Commit

Permalink
fix(lastfm): last.month/info banner (#1338)
Browse files Browse the repository at this point in the history
* fix(lastfm): last.month/info banner

* chore(lastfm): update version number
  • Loading branch information
somerand0mcatt committed Sep 26, 2024
1 parent 75dca50 commit 37aa22c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles/lastfm/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Last.fm Catppuccin
@namespace github.com/catppuccin/userstyles/styles/lastfm
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lastfm
@version 1.2.1
@version 1.2.2
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lastfm/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alastfm
@description Soothing pastel theme for Last.fm
Expand Down Expand Up @@ -306,6 +306,11 @@
color: @text;
}

/* info banner */
.nag-bar--info {
background-color: @base !important;
}

/* LIVE */
/* MUSIC */
.content-top-header {
Expand Down

0 comments on commit 37aa22c

Please sign in to comment.