Skip to content

NetMirror Proper Theming by InternetNinjo

Screenshot of NetMirror Proper Theming

Details

AuthorInternetNinjo

LicenseApache-2.0

Categorypcmirror.cc

Created

Updated

Size722 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

NetMirror theme fix

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           NetMirror Proper Theming
@namespace      https://github.com/InternetNinjo/UserCSS
@version        1.0.0
@description    NetMirror theme fix
@author         InternetNinja
==/UserStyle== */

@-moz-document url-prefix("https://pcmirror.cc/home") {
body {
  background-color: black;
}

.rowContainer .rowContent .slider .handle {
  background: hsla(0, 0%, 0%, 0.5);
}

.billboard-row .billboard .hero-image-wrapper .hero-vignette {
  background-color: transparent;
  background-image: linear-gradient(180deg,hsla(0,0%,8%,0) 0,hsla(0,0%,8%,.15) 15%,hsla(0,0%,8%,.35) 29%,hsla(0, 0%, 0%, 0) 44%,#0000 68%,#0000);
}

.rowContainer .rowContent .slider .handle {
  background: rgba(0, 0, 0, 0);
}
}

Reviews

No reviews yet.