5 lines
97 B
CSS
5 lines
97 B
CSS
|
@import 'table.css';
|
||
|
@media (prefers-color-scheme: dark) {
|
||
|
@import 'table-darkmode.css';
|
||
|
}
|