feat: add colorized file type icons

This commit is contained in:
Adrian
2022-01-15 01:01:38 +01:00
parent ecd0b2ee0d
commit 2948589fcd
5 changed files with 219 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
#listing {
--item-selected: white;
}
#listing h2 {
margin: 0 0 0 0.5em;
font-size: .9em;
@@ -127,7 +131,7 @@
#listing .item[aria-selected=true] {
background: var(--blue) !important;
color: #fff !important;
color: var(--item-selected) !important;
}
#listing.list .item div:first-of-type {
@@ -238,5 +242,5 @@
#listing #multiple-selection p,
#listing #multiple-selection i {
color: #fff;
color: var(--item-selected);
}