|
@@ -22,7 +22,7 @@ body {
|
|
|
margin: 0;
|
|
|
padding: 1.5rem;
|
|
|
line-height: 1.6;
|
|
|
- letter-spacing: .05rem;
|
|
|
+ letter-spacing: .04rem;
|
|
|
|
|
|
>main {
|
|
|
margin-bottom: 5rem;
|
|
@@ -51,7 +51,7 @@ textarea {
|
|
|
body {
|
|
|
--c-bg: #1e1f20;
|
|
|
--c-bg-alt: #313a3f;
|
|
|
- --c-txt: #b1aeaa;
|
|
|
+ --c-txt: #adadad;
|
|
|
--c-txt-alt: #898680;
|
|
|
--c-txt-alt2: rgba(137, 134, 128, .5);
|
|
|
--c-txt-em: #fff;
|
|
@@ -77,7 +77,7 @@ textarea {
|
|
|
h1 {
|
|
|
margin-top: .5rem;
|
|
|
margin-bottom: 2rem;
|
|
|
- line-height: normal;
|
|
|
+ line-height: 1.25;
|
|
|
}
|
|
|
|
|
|
#home-social a {
|
|
@@ -92,6 +92,8 @@ h1 {
|
|
|
span {
|
|
|
margin-right: .5em;
|
|
|
color: var(--c-txt-alt);
|
|
|
+ font-style: italic;
|
|
|
+ font-size: 90%;
|
|
|
}
|
|
|
|
|
|
a {
|
|
@@ -348,7 +350,7 @@ textarea {
|
|
|
}
|
|
|
|
|
|
.post-info {
|
|
|
- margin-top: -1.5rem;
|
|
|
+ margin-top: -1.75rem;
|
|
|
line-height: normal;
|
|
|
font-size: 90%;
|
|
|
font-style: italic;
|
|
@@ -405,10 +407,11 @@ a.footnote-ref {
|
|
|
}
|
|
|
|
|
|
.post-year {
|
|
|
- margin-bottom: .5rem;
|
|
|
- line-height: normal;
|
|
|
+ margin-bottom: .75em;
|
|
|
+ line-height: 1;
|
|
|
font-size: 150%;
|
|
|
font-family: $serif-fonts;
|
|
|
+ font-style: italic;
|
|
|
}
|
|
|
|
|
|
.post-list {
|
|
@@ -422,7 +425,8 @@ a.footnote-ref {
|
|
|
|
|
|
.post-day {
|
|
|
display: inline-block;
|
|
|
- min-width: 4.5em;
|
|
|
+ min-width: 4em;
|
|
|
+ font-style: italic;
|
|
|
}
|
|
|
|
|
|
@import "partials/comments", "partials/gallery";
|