Skip to content

Commit

Permalink
fix: classes
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckFire committed Oct 17, 2023
1 parent 26d005a commit 9c88fcd
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bd-scss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
meta: {
name: 'AMOLED-Cord',
author: 'LuckFire',
version: '4.0.8',
version: '4.0.9',
description: 'A basically pitch black theme for Discord. Lights out, baby!',
source: 'https://github.com/LuckFire/amoled-cord',
invite: 'vYdXbEzqDs',
Expand Down
6 changes: 3 additions & 3 deletions clients/amoled-cord.theme.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @name AMOLED-Cord
* @author LuckFire
* @version 4.0.8
* @version 4.0.9
* @description A basically pitch black theme for Discord. Lights out, baby!
* @source https://github.com/LuckFire/amoled-cord
* @invite vYdXbEzqDs
Expand Down Expand Up @@ -568,7 +568,7 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
background-color: var(--background-tertiary);
}

:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .pageWrapper-2PwDoS {
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .pageWrapper-eg3-6i {
background-color: var(--background-primary);
}
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj {
Expand All @@ -583,7 +583,7 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj input::placeholder {
color: var(--primary-400);
}
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj .searchIcon-3X4BYL, :is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj .closeIcon-BMGxx0 {
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj .searchIcon-237w7n, :is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj .closeIcon-3XLsFw {
color: var(--interactive-normal);
}

Expand Down
2 changes: 1 addition & 1 deletion clients/amoled-cord.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@description A basically pitch black theme for Discord. Lights out, baby!
@author LuckFire#4800
@namespace https://github.com/discord-extensions/amoled-cord
@version 4.0.3
@version 4.0.9
==/UserStyle== */

@import url('https://luckfire.github.io/amoled-cord/src/amoled-cord.css');
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.8",
"version": "4.0.9",
"description": "A customizable, pitch black theme for Discord. Lights out, baby!",
"type": "module",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions src/amoled-cord.css
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
background-color: var(--background-tertiary);
}

:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .pageWrapper-2PwDoS {
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .pageWrapper-eg3-6i {
background-color: var(--background-primary);
}
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj {
Expand All @@ -571,7 +571,7 @@ body .contentWrapper-3RqEiS .accordionContainer-vSTU_l {
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj input::placeholder {
color: var(--primary-400);
}
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj .searchIcon-3X4BYL, :is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj .closeIcon-BMGxx0 {
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj .searchIcon-237w7n, :is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY .searchBox-pyIJJj .closeIcon-3XLsFw {
color: var(--interactive-normal);
}

Expand Down
4 changes: 2 additions & 2 deletions src/theme/pages/_discovery.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:is(.theme-dark, .theme-amoled) #app-mount .content-1SgpWY {
.pageWrapper-2PwDoS {
.pageWrapper-eg3-6i {
background-color: var(--background-primary);
}
.searchBox-pyIJJj {
Expand All @@ -10,7 +10,7 @@
color: var(--primary-400);
}
}
.searchIcon-3X4BYL, .closeIcon-BMGxx0 {
.searchIcon-237w7n, .closeIcon-3XLsFw {
color: var(--interactive-normal);
}
}
Expand Down

0 comments on commit 9c88fcd

Please sign in to comment.