Skip to content

Commit 1b2ffbc

Browse files
committed
fix: add permissions class
1 parent 291ade2 commit 1b2ffbc

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

clients/amoled-cord.theme.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name AMOLED-Cord
33
* @author LuckFire
44
* @description A basically pitch black theme for Discord. Lights out, baby!
5-
* @version 4.0.11
5+
* @version 4.0.12
66
* @invite vYdXbEzqDs
77
* @authorId 399416615742996480
88
* @source https://github.com/LuckFire/amoled-cord
@@ -620,10 +620,10 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
620620
background-color: var(--background-primary);
621621
}
622622

623-
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .autocompleteArrow__353a5 {
623+
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .autocompleteArrow__353a5 {
624624
background-color: var(--background-tertiary);
625625
}
626-
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .sectionTag_b0df68 {
626+
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .sectionTag_b0df68 {
627627
background-color: var(--background-secondary);
628628
}
629629

clients/amoled-cord.user.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@name AMOLED-Cord
44
@author LuckFire
55
@description A basically pitch black theme for Discord. Lights out, baby!
6-
@version 4.0.11
6+
@version 4.0.12
77
@namespace https://github.com/discord-extensions/amoled-cord
88
@license MIT
99
==/UserStyle== */
@@ -619,10 +619,10 @@
619619
background-color: var(--background-primary);
620620
}
621621

622-
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .autocompleteArrow__353a5 {
622+
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .autocompleteArrow__353a5 {
623623
background-color: var(--background-tertiary);
624624
}
625-
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .sectionTag_b0df68 {
625+
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .sectionTag_b0df68 {
626626
background-color: var(--background-secondary);
627627
}
628628

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amoled-cord",
3-
"version": "4.0.11",
3+
"version": "4.0.12",
44
"description": "A basically pitch black theme for Discord. Lights out, baby!",
55
"author": "LuckFire",
66
"scripts": {

src/amoled-cord.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,10 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
607607
background-color: var(--background-primary);
608608
}
609609

610-
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .autocompleteArrow__353a5 {
610+
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .autocompleteArrow__353a5 {
611611
background-color: var(--background-tertiary);
612612
}
613-
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .sectionTag_b0df68 {
613+
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .sectionTag_b0df68 {
614614
background-color: var(--background-secondary);
615615
}
616616

src/theme/popouts/_add-permissions.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo {
1+
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda {
22
.header__02652, .autocompleteArrow__353a5 {
33
background-color: var(--background-tertiary);
44
}

0 commit comments

Comments
 (0)