fix youtube white flashbang

pull/211/head
Aevann 2023-09-29 04:20:38 +03:00
parent dcbc5bd03c
commit e9ee73ec3d
5 changed files with 20 additions and 2 deletions

View File

@ -16,3 +16,7 @@
.unread {
background-color: #3d3d3d !important;
}
lite-youtube {
color-scheme: light !important;
}

View File

@ -104,3 +104,7 @@ pre {
*:target {
background: rgba(var(--primary_rgb), 0.2) !important;
}
lite-youtube {
color-scheme: light !important;
}

View File

@ -157,3 +157,7 @@ color: var(--gray-700);
.unread {
background: #ffffff22 !important;
}
lite-youtube {
color-scheme: light !important;
}

View File

@ -21,8 +21,6 @@
--background: 33, 38, 45;
}
body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea, #root > div.App {
background-color: var(--gray-600) !important;
}
@ -74,3 +72,7 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare
.unread {
background: #ffffff22 !important;
}
lite-youtube {
color-scheme: light !important;
}

View File

@ -234,3 +234,7 @@
.visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net" i], [href^="https://watchpeopledie.tv" i], .dropdown-item, .nav-link, .no-visited):visited {
color: #b0b0b0 !important;
}
lite-youtube {
color-scheme: light !important;
}