style: emphasize "Follows you" sign

This commit is contained in:
naskya 2024-02-15 23:33:12 +09:00
parent ab39ff5954
commit 4eefd534d8
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ const collapsed = ref(isLong.value);
inset-inline-start: 12px;
padding: 4px 8px;
color: #fff;
background: rgba(0, 0, 0, 0.7);
font-size: 0.7em;
background: var(--accent);
font-size: 1em;
border-radius: 6px;
}
&.detailed::after {