Skip to content

Wunderground Dark-ish by ersgonzalo

Imported from https://raw.githubusercontent.com/ersgonzalo/eg-user-styles/master/wunderground-dark-ish/wunderground-dark-ish.user.css

Mirrored from https://github.com/ersgonzalo/eg-user-styles/raw/master/wunderground-dark-ish/wunderground-dark-ish.user.css

Screenshot of Wunderground Dark-ish

Details

Authorersgonzalo

LicenseNo License

Categorywunderground

Created

Updated

Size763 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes Wunderground's UI less jarring on the eyes

Notes

Assumes that you have Adblockers and other tracking-blocking plugins installed to your browser.

Source code

/* ==UserStyle==
@name         Wunderground Dark-ish
@version      1.3
@namespace    userstyles.world/user/ersgonzo
@description  Makes Wunderground's UI less jarring on the eyes
@author       ersgonzo
@license      No License
@homepageURL  https://github.com/ersgonzalo/eg-user-styles/tree/master/wunderground-dark-ish
@supportURL   https://github.com/ersgonzalo/eg-user-styles/issues

==/UserStyle== */

@-moz-document domain("wunderground.com") {
  mat-sidenav-container.mat-drawer-container{
      filter:invert(1) !important;
  }

  img,
  svg.icon,
  span.cond-icon-touch,
  span.astro-data{
      filter:invert(1) !important;
  }

  div.small-12.columns.has-sidebar{
      width: 112% !important;
  }

  slideshow{
      filter:invert(1) !important;
  }
}

Reviews

No reviews yet.