Skip to content

pricefx.sharepoint.com - 11/25/2022, 10:56:47 AM by smissingham

Details

Authorsmissingham

LicenseNo License

Categorypricefx.sharepoint.com

Created

Updated

Size595 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make sharepoint a little prettier

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Prettify PFX Sharepoint
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("pricefx.sharepoint.com") {
    /* Insert code here... */
    .o365sx-navbar {
        background: linear-gradient(90deg,#41b6e6,#a3d28d) !important;
    }
    .o365sx-button, .o365sx-waffle, .o365sx-appName  {
        background: transparent;
        background-color: transparent !important;
    }
    img.logoImg-50 {
        filter: hue-rotate(170deg) contrast(200%);
    }
}

Reviews

No reviews yet.