Skip to content

Commit

Permalink
Merge pull request #198 from fablest/master
Browse files Browse the repository at this point in the history
fix permission tab background color
  • Loading branch information
xcruxiex authored Aug 7, 2024
2 parents b4f07c7 + fa25bcb commit 5c85bcd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions themes-cores/nocturnal.css
Original file line number Diff line number Diff line change
Expand Up @@ -3415,5 +3415,12 @@ button.button_f67531>.contents_dd4f85>svg>path[fill*="var(--interactive-normal)"
background-color: var(--backgroundColor01);
}

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

0 comments on commit 5c85bcd

Please sign in to comment.