Skip to content

Commit

Permalink
Add ring on transparent background
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed May 28, 2024
1 parent ddd8f4b commit adc3115
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/backgrounds.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ export default [
{
id: 'transparent',
style: {
backgroundSize: '20px 20px',
opacity: 0.4,
backgroundSize: '20px 20px',
boxShadow: '0 0 0 1px var(--color-ui-gray-400)',
backgroundPosition: '0 0, 0 10px, 10px -10px, -10px 0',
backgroundImage: `linear-gradient(45deg, var(--color-ui-gray-500) 25%, transparent 0),
linear-gradient(-45deg, var(--color-ui-gray-500) 25%, transparent 0),
Expand Down

0 comments on commit adc3115

Please sign in to comment.