diff options
| author | real-zephex <[email protected]> | 2024-03-29 21:38:06 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-03-29 21:38:06 +0530 |
| commit | cca03ce3cfb2db25c14e81400e63331fa1938cd0 (patch) | |
| tree | 2737b664dc0dc786b96419af8237502a2c8faaa5 /src | |
| parent | fix: mini mini mini mini mini fix (diff) | |
| download | dramalama-cca03ce3cfb2db25c14e81400e63331fa1938cd0.tar.xz dramalama-cca03ce3cfb2db25c14e81400e63331fa1938cd0.zip | |
fix: mini mini mini mini mini fix
Diffstat (limited to 'src')
| -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 |