-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNitroLess.theme.css
More file actions
56 lines (46 loc) · 1.35 KB
/
NitroLess.theme.css
File metadata and controls
56 lines (46 loc) · 1.35 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
//META {"name": "NitroLess", "description": "Minimalistic BetterDiscord theme; hides Nitro everywhere, and it's done!", "website": "https://github.com/Theoteno/NitroLess", "author": "Theoteno", "version": "1.0.0"} *//{}
@import url(https://github.com/Theoteno/NitroLess);
/*Inspired by cheesits456's RemoveButtons.theme.css:* https://gist.github.com/cheesits456/41d659f932b5a574b5dfb9b391a4506e"*/
/*Thanks to: cheesits456 for the inspiration!; And void, Asteria from the BetterDiscord server, for :nth-child() !*/
.da-wordmark{
display: none;
}
.da-bg {
color: RGB(55,200,255);
}
.bd-card-title > span:nth-child(2) {
color: white;
}
.author{
color: RGB(55,200,255);
}
.name{
color: RGB(55,200,255);
}
/* Hide Nitro message bar button*/
.da-buttons > button[aria-label="Send a gift"] {
display: none;
}
/* Hide Nitro home tab button*/
.da-content > a[href="/store"] {
display: none;
}
/*Hides Nitro (+billing) from the settings!*/
.da-item:nth-child(n+6):nth-child(-n+11) {
display: none;
}
.item-1tOPte {
display: flex;
}
/*Almost forgot about the guild icon.*/
.da-guildIconContainer {
display: none;
}
/*and the pop-up list one.*/
.da-colorPremium {
display: none;
}
/* Hides disabled emojis, but not the place where they were...
.da-emojiItemDisabled {
display: none;
}*/