links for contact and maybe more?
This commit is contained in:
20
style.css
20
style.css
@@ -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 {
|
||||
|
Reference in New Issue
Block a user