mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-10 23:51:01 -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 {
|
&.cat {
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
background: #ebbcba;
|
background: #ebbcba;
|
||||||
border: solid 5px currentColor;
|
border: solid 4px currentColor;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Reference in a new issue