Skip to content

Commit

Permalink
fix: make the 88x31 buttons stay pixely
Browse files Browse the repository at this point in the history
  • Loading branch information
ashhhleyyy committed Mar 19, 2024
1 parent a3a47c7 commit bb531cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,10 @@ pre > code {
vertical-align: sub;
}

.buttons-88x31 picture {
image-rendering: pixelated;
}

table, th, td {
border: var(--accent-dim) 1px solid;
}
Expand Down

0 comments on commit bb531cf

Please sign in to comment.