Skip to content

Commit

Permalink
Merge pull request #102 from VaagenIM/develop
Browse files Browse the repository at this point in the history
More responsive Synthwave theme
  • Loading branch information
svHvidsten authored Dec 3, 2024
2 parents 3f1ed49 + 8bc26a9 commit 408f4bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions piggy/static/css/themes/synthwave.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,13 @@ description: Fancy sunset, purple, neon, gradients!
}

[data-theme="synthwave"] .background-overlay {
height: 125%;
height: 200%;
background-image:
linear-gradient(to right, transparent 0%, transparent 98%, var(--grid-line-color) 99%),
linear-gradient(to bottom, transparent 0%, transparent 98%, var(--grid-line-color) 99%);
linear-gradient(to right, transparent 0%, transparent 98%, var(--grid-line-color) 99%),
linear-gradient(to bottom, transparent 0%, transparent 98%, var(--grid-line-color) 99%);
background-size: 2.5rem 2.5rem;
transform-origin: top center;
transform: translateY(0px) perspective(1000px) rotateX(85deg);
transform: translateY(2%) perspective(40rem) rotateX(77deg);
animation: scrollGrid 10s linear infinite;
}

Expand Down

0 comments on commit 408f4bf

Please sign in to comment.