From c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 12 Apr 2024 09:22:28 +0530 Subject: fix: fixed kdrama page and made it available --- src/app/anime/search/search.module.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/app/anime/search/search.module.css') diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index 74bd7f2..feff8bc 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -20,9 +20,9 @@ display: flex; align-items: center; margin: 20px 0px 20px 0px; - background-color: #2c2c2c; - padding: 8px; - border-radius: 5px; + background-color: #121212; + padding: 10px; + border-radius: 10px; width: 30%; } -- cgit v1.2.3