style: emphasize "Follows you" sign
This commit is contained in:
parent
ab39ff5954
commit
4eefd534d8
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue