Skip to content

Commit 36588e6

Browse files
committed
fix(seventv): changed gradients
1 parent 93cb7ed commit 36588e6

File tree

1 file changed

+4
-32
lines changed

1 file changed

+4
-32
lines changed

styles/seventv/catppuccin.user.less

+4-32
Original file line numberDiff line numberDiff line change
@@ -296,47 +296,19 @@
296296
color: @text !important;
297297

298298
&.g1 {
299-
background: radial-gradient(
300-
150% 180% at 50% 180%,
301-
@peach,
302-
@yellow 33%,
303-
@mauve 64%,
304-
@mantle 80%
305-
),
306-
var(--secondary) !important;
299+
background: radial-gradient(150% 180% at 50% 180%, @peach, @yellow 1%, @yellow 25%, @mantle 75%), var(--secondary) !important;
307300
}
308301

309302
&.g2 {
310-
background: radial-gradient(
311-
150% 180% at 50% 180%,
312-
@text,
313-
@red 33%,
314-
@mauve 64%,
315-
@mantle 80%
316-
),
317-
var(--secondary) !important;
303+
background: radial-gradient(150% 180% at 50% 180%, @text, @red 1%, @red 25%, @mantle 75%), var(--secondary) !important;
318304
}
319305

320306
&.g3 {
321-
background: radial-gradient(
322-
150% 180% at 50% 180%,
323-
@peach,
324-
@pink 33%,
325-
@mauve 64%,
326-
@mantle 80%
327-
),
328-
var(--secondary) !important;
307+
background: radial-gradient(150% 180% at 50% 180%, @peach, @pink 1%, @mauve 25%, @mantle 75%), var(--secondary) !important;
329308
}
330309

331310
&.g5 {
332-
background: radial-gradient(
333-
150% 180% at 50% 180%,
334-
@peach,
335-
@sapphire 33%,
336-
@mauve 64%,
337-
@mantle 80%
338-
),
339-
var(--secondary) !important;
311+
background: radial-gradient(150% 180% at 50% 180%, @peach, @sapphire 1%, @sapphire 25%, @mantle 75%), var(--secondary) !important;
340312
}
341313
}
342314

0 commit comments

Comments
 (0)