refactor: active

This commit is contained in:
cha0s 2021-07-08 22:33:30 -05:00
parent 81a3a802a9
commit a12a216566

View File

@ -270,3 +270,9 @@ canvas,
img { img {
image-rendering: pixelated; image-rendering: pixelated;
} }
button.active {
box-shadow: 0px 0px 5px white;
background-color: #777;
border: 2px solid yellow;
}