diff options
Diffstat (limited to 'src/app/anime')
| -rw-r--r-- | src/app/anime/[id]/loading.module.css | 4 | ||||
| -rw-r--r-- | src/app/anime/recent/recent.css | 10 |
2 files changed, 2 insertions, 12 deletions
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 |