Skip to content

Commit b365604

Browse files
authored
Add files via upload
1 parent 6df6a7e commit b365604

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

color.ini

Whitespace-only changes.

theme.js

Whitespace-only changes.

user.css

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
@import url('https://raw.githubusercontent.com/sippawith/spicetify-font/main/iconic.css');
2+
3+
:root {
4+
--border-radius-1: 9px;
5+
--border-radius-2: 7px;
6+
--border-radius-3: 7px;
7+
--glue-font-weight-normal: 400;
8+
--glue-font-weight-bold: 600;
9+
--glue-font-weight-black: 700;
10+
--scrollbars: unset;
11+
--scrollbar-vertical-size: 6px;
12+
--filter-brightness: 1;
13+
--green: #00ffa1;
14+
--ms-motion-timing-decelerate: cubic-bezier(0.1, 0.9, 0.2, 1);
15+
}
16+
17+
* {
18+
font-family: 'Segoe UI Variable Display', 'Segoe UI Variable Text', 'Segoe UI', 'Microsoft Ya Hei',
19+
sans-serif !important;
20+
/* font-family: 'Segoe UI Variable Display','Segoe UI Variable Text', 'Microsoft Ya Hei', sans-serif !important; */
21+
line-height: normal;
22+
box-shadow: none !important;
23+
-webkit-mask-repeat: no-repeat;
24+
-webkit-mask-position: center;
25+
-webkit-mask-size: contain;
26+
}
27+
28+
*{
29+
font-family: 'FC Iconic', sans-serif !important;
30+
font-size: 25px;
31+
}
32+
33+
.lyrics-lyricsContent-lyric {
34+
opacity: 50;
35+
visibility: show;
36+
animation-fill-mode: forwards;
37+
transform-origin: var(--lyrics-text-direction);
38+
margin: 0.3rem 0;
39+
text-shadow: none;
40+
transition: text-shadow 100ms ease, color 100ms ease;
41+
font-size: 55px; /* Added font-size property */
42+
}

0 commit comments

Comments
 (0)