2021-08-20 23:21:47 +02:00
|
|
|
/* Content meta-data such as author, publication date, etc. */
|
|
|
|
.content-meta {
|
|
|
|
display: block;
|
|
|
|
/*color: rgba(155, 155, 155, 1);*/
|
2023-04-17 18:20:14 +02:00
|
|
|
// color: rgba(100, 105, 110, 1);
|
2021-08-20 23:21:47 +02:00
|
|
|
font-size: 1.1rem;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-meta .author {
|
|
|
|
/*color: rgb(90, 20, 55)*/
|
2023-04-17 18:20:14 +02:00
|
|
|
// color: rgba(65, 70, 75, 1);
|
2021-08-20 23:21:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.post-avatar {
|
|
|
|
border-radius: 50px;
|
|
|
|
float: right;
|
|
|
|
margin-left: 1em;
|
2023-04-17 18:20:14 +02:00
|
|
|
}
|