Upload files to "/"

This commit is contained in:
techies 2023-10-12 19:26:31 +07:00
parent 2a4e5386b1
commit 99cec47d3e

10
table-darkmode.css Normal file
View File

@ -0,0 +1,10 @@
@import 'table.css';
@import 'darkmode.css';
table tr {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
table tr.indexhead {
border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}