work on #2, #7. need to make it so it acutally opens in new tab (*or atleast, like, you can cmd-click to do that. that might be preferable, actually...)

This commit is contained in:
2022-06-11 02:28:35 +02:00
parent 1d4caa5f2b
commit 4d56328ceb
2 changed files with 52 additions and 7 deletions

View File

@@ -67,6 +67,10 @@ a:hover {
cursor: pointer;
}
.clickable {
cursor: pointer;
}
.heonian {
font-family: "heonian";
}