make matrix numbers work in dark mode
1 files changed, 4 insertions(+), 1 deletions(-) M public/style.css
M public/style.css => public/style.css +4 -1
@@ 181,4 181,7 @@ nav .action .shortcut, nav .action .name { .title-right { color: rgb(255, 215, 215); } -}> \ No newline at end of file + .matrix td { + color: black; + } +}