mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
revert border thickness change
This commit is contained in:
parent
9e84ac2dff
commit
2854ed3470
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