Skip to content

Commit 96308f4

Browse files
authored
fix(lastfm): fix catppuccin#646 (catppuccin#647)
* fix(lastfm): fix catppuccin#646 * fix(lastfm): fix typos
1 parent 124cd23 commit 96308f4

1 file changed

Lines changed: 34 additions & 11 deletions

File tree

styles/lastfm/catppuccin.user.css

Lines changed: 34 additions & 11 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.1.6
5+
@version 1.1.7
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
@@ -161,8 +161,21 @@
161161
-webkit-mask-repeat: @mask-repeat;
162162
}
163163
}
164-
165-
/* -----------CHECKBOXES AND RADIOS---------- */
164+
/* -----------------SETTINGS------------------- */
165+
.content-form .form-row-help-text,
166+
.footnotes {
167+
color: @overlay0;
168+
}
169+
.content-form legend {
170+
color: @subtext1;
171+
}
172+
.change-username-upsell {
173+
background: @mantle;
174+
}
175+
.change-username-faded h2::after {
176+
.mask-image(url("/static/images/icons/lock_dark_24@2x.a7652d49d507.png"), @overlay0, skip, 24px 24px, no-repeat);
177+
}
178+
/* -----------CHECKBOXES, DROPDOWNS AND RADIOS---------- */
166179
.lfm-form-radio input[type="radio"]:checked + label::before {
167180
border-color: @accent-color;
168181
box-shadow: inset 0 0 0 4px @accent-color;
@@ -172,6 +185,9 @@
172185
background-color: @crust;
173186
border-color: @surface1;
174187
}
188+
.content-form select {
189+
background-image: none; // Tempfix
190+
}
175191

176192
/* HOME PAGE */
177193
.main-content,
@@ -1200,16 +1216,16 @@
12001216
input[type="url"],
12011217
select,
12021218
textarea {
1203-
background-color: @crust;
1204-
border-color: @crust;
1205-
color: @subtext0;
1219+
background-color: @crust !important;
1220+
border-color: @crust !important;
1221+
color: @subtext0 !important;
12061222
&:focus {
1207-
box-shadow: none;
1208-
border-color: @crust;
1223+
box-shadow: none !important;
1224+
border-color: @crust !important;
12091225
}
12101226
&:hover:not([disabled]) {
1211-
border-color: @crust;
1212-
color: @text;
1227+
border-color: @crust !important;
1228+
color: @text !important;
12131229
}
12141230
}
12151231
}
@@ -1435,15 +1451,22 @@
14351451
}
14361452
.auth-dropdown-menu {
14371453
background-color: @base !important;
1454+
box-shadow: 0 1px 10px rgba(0,0,0,.3), 0 0 0 1px @surface1 !important;
14381455
}
14391456
.auth-dropdown-menu-item {
14401457
color: @text !important;
14411458
}
14421459
.auth-dropdown-menu-item:hover,
14431460
.auth-dropdown-menu-item:active {
1444-
background-color: @overlay0 !important;
1461+
background-color: @surface0 !important;
14451462
color: @text !important;
14461463
}
1464+
.auth-dropdown-menu::before,
1465+
.js .auth-dropdown-menu::before,
1466+
.site-auth:focus .auth-dropdown-menu::before,
1467+
.site-auth:hover .auth-dropdown-menu::before {
1468+
.mask-image(url("/static/images/dropdown_arrow_dark@2x.7b7cfaa4e8ee.png"), @surface1, skip, 36px 18px, no-repeat);
1469+
}
14471470
.masthead-nav .masthead-nav-control,
14481471
.masthead-nav .navlist-more,
14491472
.site-auth-control {

0 commit comments

Comments
 (0)