~smitop/eigen.fun

31ac58e21256dd09801f57e1098d97bfdf8df241 — Smitty 3 years ago ab5bf2b
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;
    }
}