From 9444f1162ff40842afe1c2a01cf0a32db19a6376 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Sat, 13 Apr 2024 09:42:25 +0530 Subject: feature added: anime history is now stored locally on the device. --- src/app/anime/search/search.module.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (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 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; } -- cgit v1.2.3