Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
multiverseweb authored Apr 1, 2024
1 parent 84e07f3 commit e550e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body{
font-size: 2.4vh;
overflow-x: hidden;
transition-duration: 0.4s;
background-image: linear-gradient(to right, transparent 4vh, rgba(65, 65, 65, 0.181) 1px),linear-gradient(to bottom, transparent 4vh, rgba(65, 65, 65, 0.181) 1px);
background-image: linear-gradient(to right, transparent 4vh, rgba(65, 65, 65, 0.09) 1px),linear-gradient(to bottom, transparent 4vh, rgba(65, 65, 65, 0.09) 1px);
background-size: calc(4vh + 1px) calc(4vh + 1px);
background-attachment: fixed;
}
Expand Down

0 comments on commit e550e3b

Please sign in to comment.