Skip to content

Commit

Permalink
hn kweqlhlwqjhcbwjbbjwqdbkbjhk
Browse files Browse the repository at this point in the history
  • Loading branch information
yw1zard committed Nov 19, 2024
1 parent d6de206 commit e4e6ffa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
8 changes: 7 additions & 1 deletion themes-cores/neutron8.css
Original file line number Diff line number Diff line change
Expand Up @@ -3376,4 +3376,10 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it
[class*="themedBackground"] {
background: transparent;
}
.container_a47d49{background-color: var(--backgroundColor);}
.container_a47d49{
background-color: var(--backgroundColor);
}

.footer_f8ec41{
display: none;
}
13 changes: 11 additions & 2 deletions themes-cores/nocturnal.css
Original file line number Diff line number Diff line change
Expand Up @@ -3436,5 +3436,14 @@ button.button_adca65>.contents_dd4f85>svg>path[fill*="var(--interactive-normal)"
background: transparent;
}

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

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

.footer_f8ec41{
display: none;
}

0 comments on commit e4e6ffa

Please sign in to comment.