diff options
| author | real-zephex <[email protected]> | 2024-04-18 21:43:02 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-18 21:43:02 +0530 |
| commit | ec888b9bec997456368d03579e569929f3745307 (patch) | |
| tree | 0932acf009654212c4fe4663858482cd22ab7bd8 /src/app/manga/manga.module.css | |
| parent | minor fixes (diff) | |
| download | dramalama-ec888b9bec997456368d03579e569929f3745307.tar.xz dramalama-ec888b9bec997456368d03579e569929f3745307.zip | |
feature added: tracker for mangas
Diffstat (limited to 'src/app/manga/manga.module.css')
| -rw-r--r-- | src/app/manga/manga.module.css | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index d321533..8dd72d0 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -12,6 +12,22 @@ width: auto; } +.searchMain { + display: flex; + align-items: center; +} + +.searchMain button { + margin: 10px 5px 0px 5px; + padding: 4px; + border-radius: 0.3rem; + border: none; + outline: none; + font-family: "Atkinson Hyperlegible", serif; + background: #1f1f1f; + color: white; +} + .SearchBar { display: flex; align-items: center; @@ -20,7 +36,8 @@ border-style: dotted; border-color: rgb(63, 63, 63); border-width: 2px; - width: 20dvw + width: 20dvw; + border-radius: 1rem; } .SearchBar input { @@ -31,7 +48,7 @@ padding: 4px; width: 100%; color: white; - font-family: "Kanit"; + font-family: "Lexend Deca", serif; font-size: 16px; } |