improved monospace font choice and ASCII art

This commit is contained in:
2023-03-06 16:27:17 +00:00
parent 1c06a47136
commit 587a528870
3 changed files with 17 additions and 19 deletions

View File

@@ -95,11 +95,11 @@ article {
z-index: 120 !important;
}
pre {
font-family: 'B612 Mono', monospace;
font-family: 'Noto Sans Mono', monospace;
background-color: #233733;
color: #85dcb5;
font-size: 1rem;
line-height: 1.2em;
line-height: 1.1em;
}
}
@@ -111,7 +111,7 @@ article {
&.expanded {
padding: 0px;
}
width: 645px;
width: 595px;
h1::before {
background-position: 120px 0;
}