aboutsummaryrefslogtreecommitdiff
path: root/src/app/manga
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-03-29 21:31:27 +0530
committerreal-zephex <[email protected]>2024-03-29 21:31:27 +0530
commitc9bf00b79430cd4f90fea0b2c74314f9d0613e88 (patch)
treeb4fe6efa271e4e0f818ac78b7dc3924367a52855 /src/app/manga
parentfix: mini mini mini fix (diff)
downloaddramalama-c9bf00b79430cd4f90fea0b2c74314f9d0613e88.tar.xz
dramalama-c9bf00b79430cd4f90fea0b2c74314f9d0613e88.zip
fix: mini mini mini fix
Diffstat (limited to 'src/app/manga')
-rw-r--r--src/app/manga/[title]/[id]/[read]/read.module.css6
-rw-r--r--src/app/manga/[title]/[id]/info.module.css17
-rw-r--r--src/app/manga/[title]/title.module.css10
-rw-r--r--src/app/manga/manga.module.css6
4 files changed, 0 insertions, 39 deletions
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