diff options
| author | zephex0 <[email protected]> | 2024-04-19 02:51:04 +0000 |
|---|---|---|
| committer | zephex0 <[email protected]> | 2024-04-19 02:51:04 +0000 |
| commit | 2c32a93e008ec94adf9c7c9b853a632018ae8152 (patch) | |
| tree | 111b74de06d9c70c99db1f1ad3914fb45ac84d14 /src/app/manga | |
| parent | image fix for netlify (diff) | |
| download | dramalama-2c32a93e008ec94adf9c7c9b853a632018ae8152.tar.xz dramalama-2c32a93e008ec94adf9c7c9b853a632018ae8152.zip | |
minor fixes
Diffstat (limited to 'src/app/manga')
| -rw-r--r-- | src/app/manga/manga.module.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index 8dd72d0..457fbbf 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -19,13 +19,14 @@ .searchMain button { margin: 10px 5px 0px 5px; - padding: 4px; + padding: 8px; border-radius: 0.3rem; border: none; outline: none; font-family: "Atkinson Hyperlegible", serif; background: #1f1f1f; color: white; + cursor: pointer; } .SearchBar { |