Skip to content

Commit

Permalink
Fix Hardcoded Folder Colours #16
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtrath committed Jun 22, 2023
1 parent 953331d commit 7aa8d16
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions main.css
Original file line number Diff line number Diff line change
Expand Up @@ -461,17 +461,16 @@ svg[fill="hsl(359, calc(var(--saturation-factor, 1) * 82.6%), 59.4%)"] {
/* ~~~~ Sidebar ~~~~ */

/* Server List */
.folder-241Joy .folderIconWrapper-1oRIZr {
.folder-241Joy,
.folder-241Joy > .folderIconWrapper-1oRIZr[style="background-color: rgba(88, 101, 242, 0.4);"] {
background-color: var(--folder-color) !important;
}
.folderIconWrapper-1oRIZr:hover,
.folderIconWrapper-1oRIZr[style="background-color: rgba(88, 101, 242, 0.4);"]:hover,
.folder-241Joy:hover {
background-color: var(--folder-color-light);
}
.folder-241Joy,
.expandedFolderBackground-1kSAf6 {
background-color: var(--folder-color);
}

.folder-241Joy > .expandedFolderIconWrapper-3RwQpD > svg[style="color: rgb(88, 101, 242);"],
.numberBadge-37OJ3S {
background-color: var(--accent-color) !important;
}
Expand Down

0 comments on commit 7aa8d16

Please sign in to comment.