headers
This commit is contained in:
parent
7b11b92ae2
commit
b69b2d6b57
1 changed files with 33 additions and 1 deletions
|
@ -193,7 +193,39 @@ body {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
h1 {
|
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 {
|
a, b, i, code, span {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
|
Loading…
Add table
Reference in a new issue