Skip to content

Commit

Permalink
Use transparent-looking background
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnotch committed Sep 4, 2023
1 parent 63f4289 commit ff4ea6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,9 @@ button {
}

#output-container img {
background-color: var(--background);
background:
repeating-conic-gradient(#808080 0% 25%, transparent 0% 50%)
50% / 20px 20px;
width: 100%;
image-rendering: pixelated;
}

0 comments on commit ff4ea6a

Please sign in to comment.