first post

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-06-05 22:33:34 +05:30
parent 95c9927eaf
commit 07357464c8
7 changed files with 116 additions and 14 deletions

View File

@@ -181,6 +181,11 @@ article > section {
display: none;
}
.center {
text-align: center;
font-weight: bold;
}
code {
font-family: 'Cascadia Code', sans-serif;
}
@@ -193,8 +198,9 @@ code {
pre {
padding: 2rem;
border-radius: 1rem;
border-left: 0.5rem solid var(--cyan);
background: var(--bg1);
overflow: scroll;
overflow-x: auto;
}
.toc {