Skip to content

ohmydev | dark by piotrzielinski1994

Details

Authorpiotrzielinski1994

LicenseNo License

Categoryohmydev.pl

Created

Updated

Size606 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark mode for ohmydev.pl

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ohmydev | dark
@version      20211102.17.38
@namespace    userstyles.world/user/piotrzielinski1994
@description  Dark mode for ohmydev.pl
@author       piotrzielinski1994
@license      No License
==/UserStyle== */

@-moz-document domain("ohmydev.pl") {
* {
  color: #fff !important;
}

.MuiBox-root {
  background: #333;
}

header .MuiBox-root img {
  filter: invert(1);
}

.jss110,
.jss47,
.jss94,
.jss276 {
  background: #222;
}

.jss288 a,
.jss106 a {
  background: #000;
}

.MuiInputBase-formControl {
  background: #000;
}

.MuiButtonBase-root {
  background: #444;
}

}

Reviews

No reviews yet.