anyways i tried
(background doesn't work :( )
Authorjibanyan11
LicenseNo License
Categorypicmix
Created
Updated
Size731 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
anyways i tried
(background doesn't work :( )
/* ==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;
}
*/
}