add bakground to matrix
1 files changed, 3 insertions(+), 0 deletions(-) M public/style.css
M public/style.css => public/style.css +3 -0
@@ 137,6 137,9 @@ nav .action .shortcut, nav .action .name { flex-direction: column; align-items: center; } +#transform-matrix > .matrix { + background-color: #ffffffbb; +} .matrix { border-left: 5px solid black; border-right: 5px solid black;