style: emphasize "Follows you" sign on user pages as well

Should have done in 4eefd534d8
This commit is contained in:
naskya 2024-02-16 00:19:35 +09:00
parent 22a635dce7
commit fd523abdf7
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -545,8 +545,8 @@ onUnmounted(() => {
left: 120px;
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;
}
@ -575,8 +575,8 @@ onUnmounted(() => {
left: 4px;
padding: 4px 8px;
color: #fff;
background: rgba(0, 0, 0, 0.6);
font-size: 0.7em;
background: var(--accent);
font-size: 1em;
border-radius: 24px;
}
}
@ -684,8 +684,8 @@ onUnmounted(() => {
left: 4px;
padding: 4px 8px;
color: #fff;
background: rgba(0, 0, 0, 0.6);
font-size: 0.7em;
background: var(--accent);
font-size: 1em;
border-radius: 24px;
}
}