Skip to content

Commit

Permalink
chore: build
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckFire committed Feb 25, 2025
1 parent 2f481b1 commit f88da72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.1.11
* @version 4.1.12
* @invite vYdXbEzqDs
* @authorId 399416615742996480
* @source https://github.com/LuckFire/amoled-cord
Expand Down Expand Up @@ -1217,6 +1217,6 @@
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .wrapper__0d616,
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .panel__5dec7,
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .container_e131a9,
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .content__37e49 {
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .container__37e49 {
background-color: var(--background-primary);
}
4 changes: 2 additions & 2 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.1.11
@version 4.1.12
@namespace https://github.com/discord-extensions/amoled-cord
@license MIT
==/UserStyle== */
Expand Down Expand Up @@ -1216,7 +1216,7 @@
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .wrapper__0d616,
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .panel__5dec7,
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .container_e131a9,
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .content__37e49 {
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .container__37e49 {
background-color: var(--background-primary);
}
}
2 changes: 1 addition & 1 deletion src/amoled-cord.css
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,6 @@
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .wrapper__0d616,
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .panel__5dec7,
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .container_e131a9,
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .content__37e49 {
:is(.theme-dark, .theme-midnight) .sidebar_c48ade .panels_c48ade .container__37e49 {
background-color: var(--background-primary);
}

0 comments on commit f88da72

Please sign in to comment.