From cca03ce3cfb2db25c14e81400e63331fa1938cd0 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 29 Mar 2024 21:38:06 +0530 Subject: fix: mini mini mini mini mini fix --- src/app/anime/[id]/loading.module.css | 4 ++-- src/app/anime/recent/recent.css | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) (limited to 'src/app/anime') diff --git a/src/app/anime/[id]/loading.module.css b/src/app/anime/[id]/loading.module.css index c95784d..a2940ed 100644 --- a/src/app/anime/[id]/loading.module.css +++ b/src/app/anime/[id]/loading.module.css @@ -2,11 +2,11 @@ display: flex; align-items: center; justify-content: center; - height: 90dvh; + height: 85dvh; } .loadingText { color: white; font-family: "Lato"; - font-size: 24px; + font-size: 20px; } \ No newline at end of file diff --git a/src/app/anime/recent/recent.css b/src/app/anime/recent/recent.css index 7d17143..da0598d 100644 --- a/src/app/anime/recent/recent.css +++ b/src/app/anime/recent/recent.css @@ -53,14 +53,4 @@ .trendingEntries p::-webkit-scrollbar { width: 5px; -} - -@media (prefers-color-scheme: light) { - .trendingText { - color: black; - } - - .trendingEntries p { - color: black; - } } \ No newline at end of file -- cgit v1.2.3