Skip to content
Snippets Groups Projects
Commit ad9a91b2 authored by Matthijs0406's avatar Matthijs0406
Browse files

Added a stylesheet for the cursor to become a pointer when hovering over the headers

parent dee52b84
Branches issue#1
No related tags found
No related merge requests found
Pipeline #96775 failed
.clickable-header {
cursor: pointer;
}
......@@ -8,6 +8,7 @@
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N" crossorigin="anonymous">
<link rel="stylesheet" href="css/pokemonTypes.css">
<title>Title</title>
<link rel="icon" type="image/x-icon" href="/pokemon/favicon.ico">
......@@ -41,4 +42,4 @@
</div>
</body>
</html>
\ No newline at end of file
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment