This commit is contained in:
Nathan McCarty 2025-02-04 23:43:42 -05:00
parent e7fdf59618
commit 9ccc512533
4 changed files with 86 additions and 8 deletions

View file

@ -1,5 +1,5 @@
code {
font-family: "Iosevka Aile Web", monospace;
font-family: "Iosevka Web", monospace;
background-color: light-dark(#fbf3db, #103c48);
color: light-dark(#53676d, #adbcbc);
min-width: 80ch;

View file

@ -14,7 +14,7 @@ body, .post {
}
.site-header {
width: 60%;
width: 50%;
display: block;
padding: 1rem;
border-radius: 1rem;
@ -53,6 +53,7 @@ body, .post {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.5rem;
}
.post-title {
@ -65,6 +66,20 @@ body, .post {
margin-bottom: 0px;
}
.post-info {
display: flex;
flex-direction: row;
align-items: center;
gap: 1rem;
color: light-dark(#909995, #777777);
font-size: 0.9rem;
flex-wrap: wrap;
}
.post-read-time {
text-decoration: underline dotted;
}
.post-body > h2 {
text-align: center;
color: light-dark(#282828, #dedede);
@ -79,6 +94,6 @@ body, .post {
text-align: center;
color: light-dark(#282828, #dedede);
}
.post-body > p {
text-indent: 2ch;
}
/* .post-body > p { */
/* text-indent: 2ch; */
/* } */