forked from accrazed/YoRHA-UI-BetterDiscord
-
Notifications
You must be signed in to change notification settings - Fork 1
/
LightImport.theme.css
37 lines (33 loc) · 1001 Bytes
/
LightImport.theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#app-mount {
background: url("https://raw.githubusercontent.com/AccraZed/YoRHA-UI-BetterDiscord/master/assets/wallpapers/light-theme-1440.png")
center/cover no-repeat;
}
.homeIcon-r0w4ny {
background: url("https://raw.githubusercontent.com/AccraZed/YoRHA-UI-BetterDiscord/master/assets/icons/home_light-theme.png")
center/contain no-repeat;
}
#app-mount:before {
content: "";
position: absolute;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(
to right,
rgba(78, 75, 66, 0.2),
transparent 30%,
transparent 80%,
rgba(78, 75, 66, 0.4)
),
radial-gradient(transparent 50%, rgba(78, 75, 66, 0.4));
user-select: none;
pointer-events: none;
}
.theme-dark .mentioned-Tre-dv a.anchor-1MIwyf {
background-color: var(--color-high-trans);
border-radius: 0.25em;
}
::selection {
background-color: var(--color-alert);
color: var(--color-high);
}