links for contact and maybe more?

This commit is contained in:
2025-08-05 09:20:21 -07:00
parent 4a495ec6f3
commit 995aa402b0
4 changed files with 78 additions and 52 deletions

View File

@@ -13,6 +13,7 @@
h3 {
margin-top: 16px;
margin-bottom: 0;
color: light-dark(black, white);
}
h2 {
@@ -25,6 +26,14 @@ a {
color: light-dark(black, white);
}
:not(p) > a {
text-decoration: none;
}
:not(p) > a:hover {
text-decoration: underline;
}
p {
margin-top: 0;
margin-bottom: 8px;
@@ -43,10 +52,6 @@ p {
max-width: 256px;
}
#contact-info-container * {
user-select: initial;
}
#content {
padding-bottom: 25vh;
}
@@ -93,15 +98,20 @@ p {
#title-1 * {
margin: 0;
padding: 16px;
background: light-dark(black, white);
background: light-dark(black, whitesmoke);
width: max-content;
}
.disabled {
pointer-events: none;
}
body {
margin: 8px;
font-family: sans-serif;
position: relative;
background: light-dark(whitesmoke, black);
color: light-dark(black, whitesmoke);
}
#click-to-reveal-prompt {