Skip to content

Picmix Darkmode by jibanyan11

Details

Authorjibanyan11

LicenseNo License

Categorypicmix

Created

Updated

Size731 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

anyways i tried

(background doesn't work :( )

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Picmix Darkmode
@namespace      en.picmix.com
@version        1.0.0
@description    anyways i tried
@author         Jibanyan11
==/UserStyle== */

@-moz-document domain("en.picmix.com") {
    /**
        body
{
  background-image: url("https://img.myloview.com/stickers/wood-plank-black-timber-texture-and-seamless-background-400-228061646.jpg");
}
body {

color:white;
}
/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: lightblue;
}

/* mouse over link */
a:hover {
  color: gray;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

    */
}

Reviews

No reviews yet.