Skip to content

Commit fb12469

Browse files
authored
fix(lastfm): update logo and interactive elements (catppuccin#1438)
* fix(lastfm): update logo and interactive elements * fix(lastfm): remove redundant code
1 parent 19f2b24 commit fb12469

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

styles/lastfm/catppuccin.user.css

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Last.fm Catppuccin
33
@namespace github.com/catppuccin/userstyles/styles/lastfm
44
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lastfm
5-
@version 1.2.2
5+
@version 1.2.3
66
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lastfm/catppuccin.user.css
77
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alastfm
88
@description Soothing pastel theme for Last.fm
@@ -1504,6 +1504,9 @@
15041504
.masthead-nav .navlist-more {
15051505
color: @text !important;
15061506
}
1507+
.masthead-nav .masthead-nav-control::after {
1508+
background: @accent-color;
1509+
}
15071510
.auth-dropdown-menu {
15081511
background-color: @base !important;
15091512
box-shadow:
@@ -1679,8 +1682,13 @@
16791682
.mask-image(url("/static/images/icons/alert/warning_16.93f2fe437139.png"), @peach);
16801683
}
16811684

1682-
.masthead-search-toggle::before {
1683-
.mask-image(url("/static/images/icons/search_16.bde37072495a.png"), @text);
1685+
.masthead-search-toggle {
1686+
&::before {
1687+
.mask-image(url("/static/images/icons/search_16.bde37072495a.png"), @text);
1688+
}
1689+
&::after {
1690+
background: @text;
1691+
}
16841692
}
16851693

16861694
.masthead-search-toggle:hover::before,
@@ -1701,18 +1709,17 @@
17011709
.mask-image(url("/static/images/icons/date_picker_icon.1d7b21ee3a36.svg"), @accent-color, 0 0, 14px 24px, no-repeat);
17021710
}
17031711

1704-
.masthead-logo {
1705-
.mask-image(url("/static/images/logo_static.adb61955725c.png"), @red, 50% 50%, skip, no-repeat);
1712+
.page-loading-logo-container {
1713+
svg path {
1714+
fill: @red;
1715+
stroke: @red;
1716+
}
17061717
}
17071718

17081719
.catalogue-tags .tags-add::before {
17091720
.mask-image(url("/static/images/icons/add_link_16.637996ed0e2f.png"), @accent-color);
17101721
}
17111722

1712-
.masthead-logo-loading {
1713-
.mask-image(url("/static/images/logo_animate@2x.e93e5b7db3de.gif"), @red, 50% 50%, contain, no-repeat);
1714-
}
1715-
17161723
.layout-image {
17171724
background: @crust;
17181725
.layout-image-image {

0 commit comments

Comments
 (0)