Skip to content

Commit

Permalink
Custom cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Jun 30, 2024
1 parent f36de43 commit 46a6392
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 11 deletions.
Binary file added public/arrowto.cur
Binary file not shown.
Binary file added public/hole2.cur
Binary file not shown.
32 changes: 21 additions & 11 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,27 @@ blink, .blink { animation: blink 1s step-end infinite; }

/* GLOBAL OVERRIDES */

@media print {
body {
background-color: white !important;
margin: 0 !important;
}

footer {
display: none !important;
}

.no-print {
display: none !important;
}
}

html {
/* https://www.geocities.ws/morticcu/cursors.html */
cursor: url(/arrowto.cur), auto;
}


body {
font-family: 'Georgia', serif;
max-width: min(80vw, 100ch);
Expand All @@ -23,17 +44,6 @@ footer {
padding-bottom: 1ch;
}

@media print {
footer {
display: none !important;
}

.no-print {
display: none !important;
}
}


h1 {
padding-bottom: 1.5rem;
}
Expand Down

0 comments on commit 46a6392

Please sign in to comment.