This commit is contained in:
ethan merchant 2024-11-03 01:45:59 -05:00
parent 7b11b92ae2
commit b69b2d6b57

View file

@ -193,7 +193,39 @@ body {
height: 100vh;
}
h1 {
color: #fff;
font-family: "mono";
font-weight: normal;
font-size: 64px;
text-align: center;
margin: 12px 6px;
color: var(--col-10);
text-shadow: 1px 1px 1px var(--col-05);
> p {
font-family: "legible";
font-size: 16px;
text-shadow: none;
color: var(--col-01);
background-color: #ffffff80;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
min-height: 28px;
width: fit-content;
max-width: 420px;
margin: 6px auto;
padding: 12px 21px;
line-height: 22px;
border-radius: 6px;
}
}
h2 {
font-family: "mono";
font-weight: normal;
font-size: 32px;
text-align: center;
margin: 12px 6px;
color: var(--col-10);
}
}
a, b, i, code, span {
display: inline;