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;
|
inset-inline-start: 12px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: rgba(0, 0, 0, 0.7);
|
background: var(--accent);
|
||||||
font-size: 0.7em;
|
font-size: 1em;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
&.detailed::after {
|
&.detailed::after {
|
||||||
|
|
Loading…
Reference in a new issue