Skip to content

Immoweb by NiGHT-RiDER

Details

AuthorNiGHT-RiDER

LicenseNo License

Categoryimmoweb.be

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for Immoweb, still incomplete so feel free to shoot a PR

Notes

WIP

Source code

/* ==UserStyle==
@name         Immoweb
@version      20241226.20.56
@namespace    https://userstyles.world/user/NiGHT-RiDER
@description  Dark mode for Immoweb, still incomplete so feel free to shoot a PR
@author       NiGHT-RiDER
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.immoweb.be/") {
body {
    
/* Dark theme primary colors */
--clr-primary-a0: #73238d;
--clr-primary-a10: #833e9a;
--clr-primary-a20: #9456a6;
--clr-primary-a30: #a36db3;
--clr-primary-a40: #b385bf;
--clr-primary-a50: #c39dcc;

/* Dark theme surface colors */
--clr-surface-a0: #121212;
--clr-surface-a10: #282828;
--clr-surface-a20: #3f3f3f;
--clr-surface-a30: #575757;
--clr-surface-a40: #717171;
--clr-surface-a50: #8b8b8b;

/* Dark theme tonal surface colors */
--clr-surface-tonal-a0: #1c161d;
--clr-surface-tonal-a10: #312b32;
--clr-surface-tonal-a20: #474248;
--clr-surface-tonal-a30: #5f5a60;
--clr-surface-tonal-a40: #777378;
--clr-surface-tonal-a50: #918d91;

    background-color: var(--clr-surface-a0);
    .classified__header , .classified__sub-header, .customer-card, .top-navigation__menu-section, .top-navigation {
        background-color: var(--clr-surface-a0);
    }
    .customer-card--minimal, .card--list-classified__body, .seo-footer, .container-footer, .container--top-navigation-submenu, .tabs--box .tabs__panels, .card {
        background-color:var(--clr-surface-a10);
    }
    p, h1 , h2, a, span, button, th, td{
        color:var(--clr-surface-a50) !important;
    }
}
}

Reviews

No reviews yet.