Skip to content

Commit e192854

Browse files
authored
Create suno.com.css #1245
1 parent 879683b commit e192854

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

websites/suno.com.css

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/* transparency */
2+
html,
3+
body,
4+
nav,
5+
#nav,
6+
.nav,
7+
navbar,
8+
.navbar,
9+
#navbar,
10+
header,
11+
#header,
12+
.header,
13+
app,
14+
#app,
15+
.app, #main-container, #main-container > div, body > div,
16+
.app-root,
17+
#pass-sidebar,
18+
#main,
19+
main,
20+
#content,
21+
section,
22+
#__next,
23+
#navigation-wrapper,
24+
#global-navbar,
25+
.head.notfixed,
26+
body[data-theme="dark"], body[data-theme="light"],
27+
body.dark_mode, body.light_mode{
28+
background-color: transparent !important;
29+
background: none !important;
30+
border: none !important;
31+
box-shadow: none !important;
32+
transition: background-color 0.5s ease-in-out, background 0.5s ease-in-out, border 0.5s ease-in-out, box-shadow 0.5s ease-in-out !important;
33+
}
34+
35+
[alt="Suno background aura"] + div{
36+
display: none !important;
37+
}
38+
39+
[alt="Suno background aura"] {
40+
-webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 60%) !important;
41+
mask-image: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%) !important;
42+
-webkit-mask-repeat: no-repeat !important;
43+
mask-repeat: no-repeat !important;
44+
-webkit-mask-size: cover !important;
45+
mask-size: cover !important;
46+
}
47+

0 commit comments

Comments
 (0)