Update Website

**General**

- Gave all download pages backgrounds
- Changed Embed Images

**Lethal-Extended**

- Updated Credits
- Updated Modpack Version
- Updated Downloads
This commit is contained in:
2024-05-28 00:19:08 -05:00
parent d9a26edfc6
commit cd47aa0f86
30 changed files with 212 additions and 144 deletions

View File

@@ -7,12 +7,12 @@ body {
align-items: center;
flex-direction: column;
background-color: #171717;
animation: fadeIn 3s;
animation: fadeIn 2s;
padding: 0;
margin: 0;
background: linear-gradient(-45deg, #202121, #1f1f1f, #0f0f0f, #6b6a6a);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
background: rgba(0, 0, 0, .5) url('../../media/divebell.png');
background-blend-mode: darken;
background-position: 50% 50%;
}
.content {