Skip to content

Recipe Sage Dark by JClouseau42

Screenshot of Recipe Sage Dark

Details

AuthorJClouseau42

LicenseMIT

Categoryrecipesage.com

Created

Updated

Size552 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark-mode for RecipeSage.com; green hyperlinks

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Recipe Sage Dark
@version      20231125.16.07
@namespace    ?
==/UserStyle== */

@-moz-document domain("recipesage.com") {
/*
**  This changes all text and graphics to be inverted and dark, 
**  Also shifts color of link text to green
*/
html  {
    filter: invert(1) hue-rotate(90deg)
}

/*
**  This reverses the hue-rotate for images  
*/
img {
  filter: invert(1) hue-rotate(-90deg) !important;
}

/*
**  This changes the titlebar background color  
*/
.ion-color-nav {
    filter: invert(1) hue-rotate(-110deg) 
}


}

Reviews

No reviews yet.