Skip to content

REA GHE dark theme by snippy

Details

Authorsnippy

LicenseNo License

Categorygit.realestate.com.au

Created

Updated

Size964 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simply invert the web page colour.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         git.realestate.com.au
@version      20230217.07.08
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://git.realestate.com.au/") {
/* ==UserStyle==
@name           git-rea Dark 2023
@namespace      USO Archive
@author         Jiaheng Zhang
@description    `Quick dark theme for REA GHE.`
@version        20230215
@license        NO-REDISTRIBUTION
@preprocessor   uso
==/UserStyle== */
html,
header {
    filter: invert(91%) hue-rotate(180deg) brightness(105%) contrast(105%);
    background: white;
}
body {
    background: white;
}
span[role="img"] {
    filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
img,
svg,
iframe,
.dropdown-item-reaction,
.filter-item,
g-emoji {
    filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
textarea {
    filter: invert(250%) hue-rotate(180deg) brightness(105%) contrast(100%);
    background-color: #021b2e;
    color: #f90;
}
}

Reviews

No reviews yet.