11 lines
189 B
CSS
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);
|
|
}
|