Would love to know why tf Dark Reader or Dark BG and Light Yext dont work correctly in DDGlite.
DuckDuckGo Lite - Black by CostaCiruela

Details
AuthorCostaCiruela
LicenseNo License
Categorystart.duckduckgo.com/lite/
Created
Updated
Code size958 B
Code checksumd7e7c1ff
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name DuckDuckGoLite - black
@namespace 666.com
@version 1.0
@description Would love to know why tf Dark Reader or Dark BG and Light Yext dont work correctly in DDGlite but it was easier to make my own CSS than to figure out how to fix the main problem.
@author Citizen.
==/UserStyle== */
@-moz-document url-prefix("https://start.duckduckgo.com/lite/") {
div.header {
background-color: #000000 !important;
}
html {
background-color: #000000 !important;
color: #ffffff !important;
}
span.link-text {
color: #c58039 !important;
}
input.query {
color: #ffffff !important;
background-color: #000000 !important;
}
select.submit {
background-color: #000000 !important;
color: #ffffff !important;
}
input.submit {
color: #ffffff !important;
background-color: #000000 !important;
}
}