Skip to content

airbnb dark mode 2 by nat2k5us

Details

Authornat2k5us

LicenseNONE

Categorytest-natraj-styles

Created

Updated

Size555 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

airbnb dark mode less dark

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         airbnb dark mode
@namespace    USO Archive
@author       aliart
@description  airbnb dark mode
@version      20200301.14.37
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefix("https://www.airbnb.com"), url-prefix("https://www.airbnb") 
{
img {
    filter: invert(100) hue-rotate(180deg);
    }
html {
    filter: invert(100) hue-rotate(180deg);
    background-color: #94a186 !important;
    color: white !important;
     }
._1i2fr3fi {
    filter: invert(100) hue-rotate(180deg);
           }
}

Reviews

No reviews yet.