Skip to content

Commit

Permalink
yup
Browse files Browse the repository at this point in the history
  • Loading branch information
yw1zard committed Aug 3, 2024
1 parent 7cd5186 commit b4f07c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion themes-cores/neutron8.css
Original file line number Diff line number Diff line change
Expand Up @@ -3313,4 +3313,9 @@ div[aria-label=GUILD_SETTINGS] .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.it

.markup_f8f345 code {
background-color: var(--backgroundColor);
}
}

.content_b56bbc{background-color: var(--backgroundColor);}
.wrapper_ef319f{background-color: var(--backgroundColor);}
.icon_e986d9{color: var(--themeColor1);}
.button_ef319f:hover .icon_e986d9{color: var(--backgroundColor);}
5 changes: 4 additions & 1 deletion themes-cores/nocturnal.css
Original file line number Diff line number Diff line change
Expand Up @@ -3413,4 +3413,7 @@ button.button_f67531>.contents_dd4f85>svg>path[fill*="var(--interactive-normal)"

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

.icon_e986d9{color: var(--mainColor);}
.content_b56bbc{background-color: var(--backgroundColor01);}

0 comments on commit b4f07c7

Please sign in to comment.