Skip to content

Commit

Permalink
Server banner transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
yw1zard committed Aug 19, 2024
1 parent 4ab0ba8 commit bba7bfd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions themes-cores/neutron8.css
Original file line number Diff line number Diff line change
Expand Up @@ -3351,3 +3351,11 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it
.addButtonIcon_a08117:hover, .mainContent_a08117>.container_a5ad5c:hover, .children_a08117:hover{
color: var(--themeColor2) !important;
}
/*Animated server banner/server banner transparency*/
.animatedContainer_fd6364{
background-color: transparent;
}

.bannerImage_fd6364:before{
background-color: transparent;
}
2 changes: 1 addition & 1 deletion themes-cores/nocturnal.css
Original file line number Diff line number Diff line change
Expand Up @@ -3422,4 +3422,4 @@ button.button_adca65>.contents_dd4f85>svg>path[fill*="var(--interactive-normal)"
}
.scroller_ff90b2{
background-color: var(--backgroundColor02);
}
}

0 comments on commit bba7bfd

Please sign in to comment.