diff options
| author | real-zephex <[email protected]> | 2024-04-13 09:42:25 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-13 09:42:25 +0530 |
| commit | 9444f1162ff40842afe1c2a01cf0a32db19a6376 (patch) | |
| tree | cf0b51014fb42c83e062e7a22b0d0ea44d7888ff /src/app/anime/search/search.module.css | |
| parent | minor fixes (diff) | |
| download | dramalama-9444f1162ff40842afe1c2a01cf0a32db19a6376.tar.xz dramalama-9444f1162ff40842afe1c2a01cf0a32db19a6376.zip | |
feature added: anime history is now stored locally on the device.
Diffstat (limited to 'src/app/anime/search/search.module.css')
| -rw-r--r-- | src/app/anime/search/search.module.css | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index feff8bc..e91133f 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -5,6 +5,27 @@ color: white; } +.inputContainer { + display: flex; + align-items: center; +} + +.inputContainer button { + margin: 5px; + background-color: #121212; + padding: 10px; + border-radius: 10px; + outline: none; + border: none; + color: white; + font-family: "Atkinson Hyperlegible"; +} + +.inputContainer button a { + text-decoration: none; + color: white; +} + .searchContainer input { border: none; border-radius: 5px; @@ -77,7 +98,7 @@ .anime p { color: white; width: 20dvw; - font-family: "Atkinson"; + font-family: "Atkinson Hyperlegible"; font-size: 18px; } |