1
0
Fork 0
forked from mirrors/hugo-tufte

adjust meta styles; add tufte-css.md

This commit is contained in:
loikein 2023-04-17 17:20:14 +01:00
commit 2587e4bb28
6 changed files with 235 additions and 10 deletions
assets/scss/components

View file

@ -2,18 +2,18 @@
.content-meta {
display: block;
/*color: rgba(155, 155, 155, 1);*/
color: rgba(100, 105, 110, 1);
// color: rgba(100, 105, 110, 1);
font-size: 1.1rem;
margin-top: 1em;
}
.content-meta .author {
/*color: rgb(90, 20, 55)*/
color: rgba(65, 70, 75, 1);
// color: rgba(65, 70, 75, 1);
}
.post-avatar {
border-radius: 50px;
float: right;
margin-left: 1em;
}
}