Upload files to "/"
This commit is contained in:
parent
2a4e5386b1
commit
99cec47d3e
10
table-darkmode.css
Normal file
10
table-darkmode.css
Normal 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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user