add serving files

This commit is contained in:
Jackzie 2025-04-15 13:05:03 -05:00
parent ab60024f03
commit 403cf26426
12 changed files with 153 additions and 61 deletions

View file

@ -1,3 +1,7 @@
:root {
--accent-color: rgb(231, 148, 162);
}
.sidebar {
}
@ -60,4 +64,10 @@ tr.file-list td input[type="checkbox"] {
/* Opera */
transform: scale(1.5);
padding: 10px;
}
tr.file-list td.filecell-icon .fa-folder {
color: var(--accent-color);
}
tr.file-list td.filecell-label a {
color: var(--accent-color);
}