From c0d4ac4b4438b2f7528627413dbd250abec1dfca Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Mon, 26 May 2025 03:19:32 +0200 Subject: [PATCH] auto-git: [change] animeCat.js --- animeCat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animeCat.js b/animeCat.js index db32552..37a72cb 100644 --- a/animeCat.js +++ b/animeCat.js @@ -64,7 +64,7 @@ window.AnimeCat = class AnimeCat { padding: '10px 16px', background: 'white', border: '1px solid #ccc', - borderRadius: '16px 16px 16px 16', + borderRadius: '16px 16px 16px 16px', boxShadow: '0 2px 8px rgba(0,0,0,0.18)', opacity: '0', transition: 'opacity 0.3s',