Skip to content

ava.ucs.br by aldbur

Details

Authoraldbur

LicenseNo License

CategoryUserstyles

Created

Updated

Size835 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

DarkMode UCS

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ava.ucs.br
@version      20220423.03.22
@namespace    userstyles.world/user/aldbur
@description  DarkMode UCS
@author       aldbur
@license      No License
==/UserStyle== */

@-moz-document domain("ava.ucs.br") {
html {
    filter: invert(86%) hue-rotate(180deg) brightness(105%) contrast(105%);
    background: white;
}

body {
    background: #fff;
}

span[role="img"],
.css-ob4lje {
    filter: invert(100%) hue-rotate(180deg) brightness(100%) contrast(100%);
}

img,
svg,
iframe,
.emoji-common-emoji-sprite {
    filter: invert(100%) hue-rotate(180deg) brightness(105%) contrast(105%);
}
/* Fix bug with white edges on sprint board */
#gh {
    padding: 0 40px;
}

#content {
    margin: 0;
}
/* Fix scroll background problems */
[data-testid="Content"] > div:first-child {
    background: white;
}
}

Reviews

No reviews yet.