feat: Improve metadata, add blog descriptions

This commit is contained in:
daudix-UFO
2023-10-19 23:50:28 +00:00
parent 6242b721f2
commit bb7b4ead29
11 changed files with 112 additions and 105 deletions

View File

@ -59,7 +59,7 @@ section#comments {
background-color: var(--fg05);
border-radius: 9999px;
color: var(--fg-color);
font-size: smaller;
font-size: 0.8rem;
font-weight: normal;
padding: 0.25rem 0.75rem;
@ -85,7 +85,7 @@ section#comments {
time {
@extend small;
font-size: smaller;
font-size: 0.8rem;
grid-area: time;
&.edited::after {
@ -171,7 +171,7 @@ section#comments {
.boosts {
cursor: default;
font-weight: 600;
font-size: 90%;
font-size: 0.9rem;
padding: 0.4rem 1rem;
border-radius: var(--rounded-corner);
background-color: var(--orange-bg);
@ -187,7 +187,7 @@ section#comments {
.faves {
cursor: default;
font-weight: 600;
font-size: 90%;
font-size: 0.9rem;
padding: 0.4rem 1rem;
border-radius: var(--rounded-corner);
background-color: var(--red-bg);