This commit is contained in:
Thijs Stobbelaar 2023-11-03 22:59:23 +01:00
parent e9b01678f2
commit efd701292d
2 changed files with 4 additions and 0 deletions

View file

@ -7,5 +7,7 @@
<link rel="stylesheet" href="./includes/styles.css">
<link rel="stylesheet" href="./includes/topnav.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap" rel="stylesheet">
<script src="./lib/sorttable.js"></script>
</head>

View file

@ -74,6 +74,8 @@ header h1, section h2 {
border-bottom: 1px solid white;
margin-bottom: 10px;
padding-bottom: 5px;
font-family: 'Bungee Spice'
}
footer {