This commit is contained in:
Brian Beck 2024-10-23 19:35:49 -10:00
parent a344655cd9
commit 78acd2a63e
17 changed files with 34 additions and 28 deletions

View file

@ -21,14 +21,14 @@ html {
body {
display: flex;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
flex-direction: column;
margin: 0;
padding: 0;
height: 100vh;
max-height: 100vh;
overflow: hidden;
background-color: #699697;
background-image: url("../public/noise.png"),
linear-gradient(to bottom, #5be9ee 0%, #1e4172 100%);
background-repeat: repeat, repeat;
}