diff options
| author | real-zephex <[email protected]> | 2024-05-23 09:45:47 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-23 09:45:47 +0530 |
| commit | 442082ac8a8c97d55a5b16c0427247a0f89f304b (patch) | |
| tree | 63900955e769c411c8d1ea5f7496c879604d2c55 /src/app/anime/styles/info.module.css | |
| parent | Update README.md (diff) | |
| download | dramalama-442082ac8a8c97d55a5b16c0427247a0f89f304b.tar.xz dramalama-442082ac8a8c97d55a5b16c0427247a0f89f304b.zip | |
🎨 style(anime): UI improvements to the anime page
Diffstat (limited to 'src/app/anime/styles/info.module.css')
| -rw-r--r-- | src/app/anime/styles/info.module.css | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/src/app/anime/styles/info.module.css b/src/app/anime/styles/info.module.css index 4216b37..afdc08f 100644 --- a/src/app/anime/styles/info.module.css +++ b/src/app/anime/styles/info.module.css @@ -10,38 +10,32 @@ } .AnimeHeroSection strong { - color: var(--neon-yellow); + color: #38bdf8; } .AnimeHeroSection img { - width: auto; - height: auto; + /* width: auto; + height: auto; */ padding: 0.5rem 0.7rem 0.5rem 0.7rem; - border-radius: 1rem; } .animeDescription { max-height: 100px; overflow: auto; - color: var(--light-sky); } .animeDescription::-webkit-scrollbar { - width: 3px; -} - -.animeDescription::-webkit-scrollbar-thumb { - background-color: var(--nord-yellow); - border-radius: 1rem; + width: 0px; } .AnimeHeroSection p { margin: 0; + color: #a3a3a3; } .animeTitle { - font-size: 28px; - color: var(--neon-green); + font-size: 26px; + text-transform: uppercase; } @media screen and (max-width: 1024px) { |