make white border for matrix button

This commit is contained in:
Max mal Richtig 2023-07-28 01:00:55 +02:00
parent 6a29d04ec7
commit 35d989199e

View file

@ -187,6 +187,7 @@ button:hover,
/* Matrix */
.button.button-matrix {
color: #ffffff;
border: 1px solid #ffffff;
background-color: #000000;
}
.button.button-matrix:hover,