diff options
| author | real-zephex <[email protected]> | 2024-04-12 09:22:28 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-12 09:22:28 +0530 |
| commit | c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3 (patch) | |
| tree | 195346090baeb2e4dae17f45bf8298918215dc67 /src/app/anime/search/search.module.css | |
| parent | fixes: manga search is now fixed. removed the netlify card from the homepage ... (diff) | |
| download | dramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.tar.xz dramalama-c84ff0bdae649ec1b09f1eaf2dbea1391aec27f3.zip | |
fix: fixed kdrama page and made it available
Diffstat (limited to 'src/app/anime/search/search.module.css')
| -rw-r--r-- | src/app/anime/search/search.module.css | 6 |
1 files changed, 3 insertions, 3 deletions
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%; } |