fix old button style to new color, change cdn for fontawesome (to public)

This commit is contained in:
Aidan 2024-12-30 21:01:55 -05:00
parent 9a1a30e9b9
commit df86fa5f3f
No known key found for this signature in database
GPG Key ID: 1773A01F0EFE4FC1
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</div>
</div>
</div>
<button type="submit" class="btn btn-primary mt-3">Submit</button>
<button type="submit" class="btn btn-dark mt-3">Submit</button>
</form>
</div>
<%- include('../shards/footer') %>

View File

@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/50495cc725.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css" integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="/css/main.css">
<% if (currentPage === 'donate') { %>
<link rel="stylesheet" href="/css/donate.css">