1
0
Fork 1
mirror of https://example.com synced 2024-11-22 17:46:39 +09:00

feat: rounded cat ears (close #48)

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chiken.com>
This commit is contained in:
Acid Chicken (硫酸鶏) 2023-05-08 17:51:52 +09:00 committed by naskya
parent 64ad960e5c
commit 06fe6ad7e6
Signed by: naskya
GPG key ID: 164DFF24E2D40139

View file

@ -176,12 +176,12 @@ watch(
}
&:before {
border-radius: 0 75% 75%;
border-radius: 25% 75% 75%;
transform: rotate(37.5deg) skew(30deg);
}
&:after {
border-radius: 75% 0 75% 75%;
border-radius: 75% 25% 75% 75%;
transform: rotate(-37.5deg) skew(-30deg);
}