Skip to content

Commit

Permalink
stuff :D
Browse files Browse the repository at this point in the history
  • Loading branch information
yw1zard committed Oct 25, 2024
1 parent 818a824 commit 4726dd4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
5 changes: 5 additions & 0 deletions themes-cores/neutron8.css
Original file line number Diff line number Diff line change
Expand Up @@ -3372,3 +3372,8 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it
.membersGroup_cbd271::before,.membersGroup_cbd271::after{
box-shadow:none;
}

[class*="themedBackground"] {
background: transparent;
}
.container_a47d49{background-color: var(--backgroundColor);}
9 changes: 8 additions & 1 deletion themes-cores/nocturnal.css
Original file line number Diff line number Diff line change
Expand Up @@ -3430,4 +3430,11 @@ button.button_adca65>.contents_dd4f85>svg>path[fill*="var(--interactive-normal)"

.soundButtonInteractiveRefresh_f40049 {
background: var(--backgroundColor02); opacity: .9;
}
}

[class*="themedBackground"] {
background: transparent;
}

.container_a47d49{background-color: var(--backgroundColor02);}
.container_a47d49:hover{background-color: var(--backgroundColor01);}

0 comments on commit 4726dd4

Please sign in to comment.