mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-12 03:53:14 +00:00
add serving files
This commit is contained in:
parent
ab60024f03
commit
403cf26426
12 changed files with 153 additions and 61 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue