diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/anime/[id]/[animeId]/video.css | 6 | ||||
| -rw-r--r-- | src/app/anime/[id]/info.css | 15 | ||||
| -rw-r--r-- | src/app/anime/search/search.css | 10 | ||||
| -rw-r--r-- | src/app/components/header/header.module.css | 2 | ||||
| -rw-r--r-- | src/app/globals.css | 11 | ||||
| -rw-r--r-- | src/app/kdrama/kdrama.css | 12 | ||||
| -rw-r--r-- | src/app/manga/[title]/[id]/[read]/read.module.css | 6 | ||||
| -rw-r--r-- | src/app/manga/[title]/[id]/info.module.css | 17 | ||||
| -rw-r--r-- | src/app/manga/[title]/title.module.css | 10 | ||||
| -rw-r--r-- | src/app/manga/manga.module.css | 6 |
10 files changed, 3 insertions, 92 deletions
diff --git a/src/app/anime/[id]/[animeId]/video.css b/src/app/anime/[id]/[animeId]/video.css index 5ccb58f..40f6e8e 100644 --- a/src/app/anime/[id]/[animeId]/video.css +++ b/src/app/anime/[id]/[animeId]/video.css @@ -17,12 +17,6 @@ text-align: center; } -@media (prefers-color-scheme: light) { - .video2 p { - color: black; - } -} - @media screen and (max-width: 768px) { .video2 { width: 100%; diff --git a/src/app/anime/[id]/info.css b/src/app/anime/[id]/info.css index ee00e24..fc41e88 100644 --- a/src/app/anime/[id]/info.css +++ b/src/app/anime/[id]/info.css @@ -111,21 +111,6 @@ color: var(--soft-purple) } -@media (prefers-color-scheme: light) { - .animeDescription { - color: black; - } - - .infoPageContainer p { - color: black; - } - - .animeDetails { - color: black; - } - -} - @media screen and (max-width: 768px) { .dramaButton { font-size: 14px; diff --git a/src/app/anime/search/search.css b/src/app/anime/search/search.css index 752cff1..b77bc8b 100644 --- a/src/app/anime/search/search.css +++ b/src/app/anime/search/search.css @@ -85,13 +85,3 @@ width: 70%; } } - -@media (prefers-color-scheme: light) { - .waitWhileLoading { - color: black; - } - - .anime p { - color: black; - } -}
\ No newline at end of file diff --git a/src/app/components/header/header.module.css b/src/app/components/header/header.module.css index ad89d0e..6a67bf6 100644 --- a/src/app/components/header/header.module.css +++ b/src/app/components/header/header.module.css @@ -16,7 +16,7 @@ .rightNav a { text-decoration: none; - color: black; + color: white; font-size: 20px; } diff --git a/src/app/globals.css b/src/app/globals.css index 15f3d07..837ff21 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -11,18 +11,9 @@ body { margin: 0px; padding: 0px; + background-color: black; } body::-webkit-scrollbar { width: 0px; -} - -@media (prefers-color-scheme: dark) { - body { - background-color: black; - } - - .rightNav a { - color: white; - } }
\ No newline at end of file diff --git a/src/app/kdrama/kdrama.css b/src/app/kdrama/kdrama.css index 900232f..0e96be7 100644 --- a/src/app/kdrama/kdrama.css +++ b/src/app/kdrama/kdrama.css @@ -45,7 +45,7 @@ .introText2 { font-family: "Quicksand"; - color: black; + color: white; } .popup { @@ -229,14 +229,4 @@ .sC { width: 70%; } -} - -@media (prefers-color-scheme: dark) { - .navbar input { - background-color: #2f333ab7; - } - - .introText2 { - color: white - } }
\ No newline at end of file diff --git a/src/app/manga/[title]/[id]/[read]/read.module.css b/src/app/manga/[title]/[id]/[read]/read.module.css index 9a27a38..a95dcfe 100644 --- a/src/app/manga/[title]/[id]/[read]/read.module.css +++ b/src/app/manga/[title]/[id]/[read]/read.module.css @@ -65,10 +65,4 @@ .Image { width: 100%; } -} - -@media (prefers-color-scheme: light) { - .CurrentReadingContainer { - color: black; - } }
\ No newline at end of file diff --git a/src/app/manga/[title]/[id]/info.module.css b/src/app/manga/[title]/[id]/info.module.css index fbb493e..d9d3d06 100644 --- a/src/app/manga/[title]/[id]/info.module.css +++ b/src/app/manga/[title]/[id]/info.module.css @@ -102,12 +102,6 @@ border-radius: 5px; } -/* .ChapterContainer::-webkit-scrollbar-track { - background-color: rgb(66, 66, 66); - border-radius: 5px; -} */ - - .ChapterContainer button { width: 130px; height: auto; @@ -157,15 +151,4 @@ font-size: 14px; } -} - -@media (prefers-color-scheme: light) { - .MangaDescription { - color: black; - } - - .Character p { - color: black; - } - }
\ No newline at end of file diff --git a/src/app/manga/[title]/title.module.css b/src/app/manga/[title]/title.module.css index 5198c9b..27c3a37 100644 --- a/src/app/manga/[title]/title.module.css +++ b/src/app/manga/[title]/title.module.css @@ -65,13 +65,3 @@ max-width: 100%; } } - -@media (prefers-color-scheme: light) { - .SearchedFor { - color: black; - } - - .MangaDescription { - color: black; - } -}
\ No newline at end of file diff --git a/src/app/manga/manga.module.css b/src/app/manga/manga.module.css index 0887bc8..a1bf84f 100644 --- a/src/app/manga/manga.module.css +++ b/src/app/manga/manga.module.css @@ -152,10 +152,4 @@ .SearchBar { width: 80%; } -} - -@media (prefers-color-scheme: light) { - .WelcomeText { - color: black; - } }
\ No newline at end of file |