ApacheDirectoryListingTheme/table-darkmode.css
2023-10-12 19:26:31 +07:00

11 lines
189 B
CSS

@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);
}