Add new themes for dc

This commit is contained in:
Marco Thomas
2021-05-25 14:22:33 +02:00
parent 25b1d38e4d
commit bc14bbb6d4
5 changed files with 843 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/*Thinner scrollbar*/
/* ::-webkit-scrollbar {
height: 6px !important;
width: 0px !important;
background-color: transparent;
} */
.TableCellSong__label {
color: var(--modspotify_main_fg);
border: 1px solid var(--modspotify_main_fg);
}