feat: Improve metadata, add blog descriptions
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user