Skip to content

Workday dark | hue-rotate(180deg) by pierre-po

Details

Authorpierre-po

LicenseNo License

Categorymyworkday.com

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple way to have a dark theme for Workday.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       wd5.myworkday.com - Jun 2024
@version    20240625.23.35
@namespace  ?
==/UserStyle== */

@-moz-document domain("myworkday.com") {
/*
@name          Workday dark 2024
@author        Pierre-Po
@description   `Workday dark`
@version       20240625.1
@license       For 29l of CSS, really?
*/

html {
        filter: invert(94%) hue-rotate(180deg) brightness(100%) contrast(100%);
        background: white;
    }

    body {
        background: white;
    }
    
    header nav a.css-1qlq4ar{
        filter: invert(94%) hue-rotate(180deg) brightness(100%) contrast(100%);
    }

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

    img,
    svg,
    mp4,
    video,
    .emoji-common-main-styles,
    [data-automation-id="pex-card-illustration"]{
        filter: invert(94%) hue-rotate(180deg) brightness(100%) contrast(100%);
    }
    
    img.emoji{
        filter: invert(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
    }
}

Reviews

No reviews yet.