Skip to content

Commit

Permalink
'Subset' Marius pattern for use on perfectly blue BG, fixes #66
Browse files Browse the repository at this point in the history
  • Loading branch information
jegtnes committed Feb 17, 2024
1 parent 34fd6dc commit 2adac01
Show file tree
Hide file tree
Showing 2 changed files with 103 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/_styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ nav ul li {
grid-column: 1 / -1;
height: clamp(3.8333rem, 9vmax, 7.67rem);
margin-block: var(--space-m-l);
background-image: url(/assets/images/pattern-large.svg);
background-image: url(/assets/images/pattern-large-optimised.svg);
}

.container {
Expand Down
102 changes: 102 additions & 0 deletions src/assets/images/pattern-large-optimised.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2adac01

Please sign in to comment.