Skip to content

Commit

Permalink
Merge pull request #1 from stefnotch/master
Browse files Browse the repository at this point in the history
Use transparent-looking background
  • Loading branch information
jobtalle authored Sep 4, 2023
2 parents 63f4289 + ff4ea6a commit e388db3
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 e388db3

Please sign in to comment.