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 ThatOneCalculator
parent e1bfea7141
commit 5f3f7f1843
No known key found for this signature in database
GPG Key ID: 8703CACD01000000

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);
}