Skip to content

DuckDuckGo Lite - Black by CostaCiruela

Screenshot of DuckDuckGo Lite - Black

Details

AuthorCostaCiruela

LicenseNo License

Categorystart.duckduckgo.com/lite/

Created

Updated

Size958 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Would love to know why tf Dark Reader or Dark BG and Light Yext dont work correctly in DDGlite.

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;
    }
}

Reviews

No reviews yet.