mirror of
https://example.com
synced 2024-11-24 08:06:39 +09:00
revert border thickness change
This commit is contained in:
parent
c433aca4a4
commit
cdf0f96b4e
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ watch(() => props.user.avatarBlurhash, () => {
|
|||
&.cat {
|
||||
&:before, &:after {
|
||||
background: #ebbcba;
|
||||
border: solid 5px currentColor;
|
||||
border: solid 4px currentColor;
|
||||
box-sizing: border-box;
|
||||
content: '';
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue