Skip to content

Commit

Permalink
fix: add permissions class
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckFire committed Nov 1, 2023
1 parent 291ade2 commit 1b2ffbc
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions clients/amoled-cord.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name AMOLED-Cord
* @author LuckFire
* @description A basically pitch black theme for Discord. Lights out, baby!
* @version 4.0.11
* @version 4.0.12
* @invite vYdXbEzqDs
* @authorId 399416615742996480
* @source https://github.com/LuckFire/amoled-cord
Expand Down Expand Up @@ -620,10 +620,10 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
background-color: var(--background-primary);
}

:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .autocompleteArrow__353a5 {
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .autocompleteArrow__353a5 {
background-color: var(--background-tertiary);
}
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .sectionTag_b0df68 {
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .sectionTag_b0df68 {
background-color: var(--background-secondary);
}

Expand Down
6 changes: 3 additions & 3 deletions clients/amoled-cord.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@name AMOLED-Cord
@author LuckFire
@description A basically pitch black theme for Discord. Lights out, baby!
@version 4.0.11
@version 4.0.12
@namespace https://github.com/discord-extensions/amoled-cord
@license MIT
==/UserStyle== */
Expand Down Expand Up @@ -619,10 +619,10 @@
background-color: var(--background-primary);
}

:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .autocompleteArrow__353a5 {
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .autocompleteArrow__353a5 {
background-color: var(--background-tertiary);
}
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .sectionTag_b0df68 {
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .sectionTag_b0df68 {
background-color: var(--background-secondary);
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "amoled-cord",
"version": "4.0.11",
"version": "4.0.12",
"description": "A basically pitch black theme for Discord. Lights out, baby!",
"author": "LuckFire",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/amoled-cord.css
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,10 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
background-color: var(--background-primary);
}

:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .autocompleteArrow__353a5 {
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .header__02652, :is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .autocompleteArrow__353a5 {
background-color: var(--background-tertiary);
}
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo .sectionTag_b0df68 {
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda .sectionTag_b0df68 {
background-color: var(--background-secondary);
}

Expand Down
2 changes: 1 addition & 1 deletion src/theme/popouts/_add-permissions.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:is(.theme-dark, .theme-amoled) #app-mount .container-1YVRxo {
:is(.theme-dark, .theme-amoled) #app-mount .container_e84cda {
.header__02652, .autocompleteArrow__353a5 {
background-color: var(--background-tertiary);
}
Expand Down

0 comments on commit 1b2ffbc

Please sign in to comment.