Skip to content

immobilienscout24.de dark by s-light

Details

Authors-light

LicenseCC0

Categoryimmobilienscout24.de

Created

Updated

Size785 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

WIP dark mode for immobilienscout24.de

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           immobilienscout24.de - 24.7.2023, 09:22:06
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("immobilienscout24.de") {
    :root {
        --bg: hsl(270, 100%, 13%);
        --text: hsl(40, 100%, 50%);
    }

    .content-wrapper {
        margin: 0 auto;
        padding: 0 16px;
        max-width: none !important;
    }

    .Modal_modal-container__tRxlB {
        width: 50vw !important;
        background-color: var(--bg);
        color: var(--text);
    }


    textarea {
        height: 15em !important;
    }

    textarea,
    select,
    input {
        background: transparent !important;
        color: inherit !important;
    }
}

Reviews

No reviews yet.