|
2 | 2 | @name Last.fm Catppuccin |
3 | 3 | @namespace github.com/catppuccin/userstyles/styles/lastfm |
4 | 4 | @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lastfm |
5 | | -@version 1.2.2 |
| 5 | +@version 1.2.3 |
6 | 6 | @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lastfm/catppuccin.user.css |
7 | 7 | @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alastfm |
8 | 8 | @description Soothing pastel theme for Last.fm |
|
1504 | 1504 | .masthead-nav .navlist-more { |
1505 | 1505 | color: @text !important; |
1506 | 1506 | } |
| 1507 | + .masthead-nav .masthead-nav-control::after { |
| 1508 | + background: @accent-color; |
| 1509 | + } |
1507 | 1510 | .auth-dropdown-menu { |
1508 | 1511 | background-color: @base !important; |
1509 | 1512 | box-shadow: |
|
1679 | 1682 | .mask-image(url("/static/images/icons/alert/warning_16.93f2fe437139.png"), @peach); |
1680 | 1683 | } |
1681 | 1684 |
|
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 | + } |
1684 | 1692 | } |
1685 | 1693 |
|
1686 | 1694 | .masthead-search-toggle:hover::before, |
|
1701 | 1709 | .mask-image(url("/static/images/icons/date_picker_icon.1d7b21ee3a36.svg"), @accent-color, 0 0, 14px 24px, no-repeat); |
1702 | 1710 | } |
1703 | 1711 |
|
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 | + } |
1706 | 1717 | } |
1707 | 1718 |
|
1708 | 1719 | .catalogue-tags .tags-add::before { |
1709 | 1720 | .mask-image(url("/static/images/icons/add_link_16.637996ed0e2f.png"), @accent-color); |
1710 | 1721 | } |
1711 | 1722 |
|
1712 | | - .masthead-logo-loading { |
1713 | | - .mask-image(url("/static/images/logo_animate@2x.e93e5b7db3de.gif"), @red, 50% 50%, contain, no-repeat); |
1714 | | - } |
1715 | | - |
1716 | 1723 | .layout-image { |
1717 | 1724 | background: @crust; |
1718 | 1725 | .layout-image-image { |
|
0 commit comments