This commit is contained in:
Lanta 2023-11-03 22:59:23 +01:00
parent b54f3deb13
commit 31de4b61ca
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/styles.css">
<link rel="stylesheet" href="./includes/topnav.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 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> <script src="./lib/sorttable.js"></script>
</head> </head>

View file

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