From f4e6521279521701bd58ba541f56f8dfba68b39a Mon Sep 17 00:00:00 2001 From: raphael Date: Wed, 27 Nov 2024 14:17:00 +0100 Subject: [PATCH] style: modify css as it is not suitable for production --- static/css/base.css | 11 +---------- static/css/rainbow.css | 6 +++++- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index 95ec757..89e5b43 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -1,19 +1,10 @@ -body{ - background-color: pink; -} -#demo-canvas { - border-radius: 30px; - filter: drop-shadow(0 0 0.75rem black); -} #demo-canvas:hover { cursor: none } .penger-img { width: 64px; - image-rendering: pixelated; - border-radius: 5px; - border: solid 1px white; height: 64px; + image-rendering: pixelated; object-fit: contain; transition: transform 0.2s; } diff --git a/static/css/rainbow.css b/static/css/rainbow.css index 01b1794..3b7a4d6 100644 --- a/static/css/rainbow.css +++ b/static/css/rainbow.css @@ -39,4 +39,8 @@ 91%{ color: rgb(255,0,127); } -} \ No newline at end of file +} + + + +