asd
www.diki.pl by piotrzielinski1994
Details
Authorpiotrzielinski1994
LicenseNo License
Categoryasd
Created
Updated
Size447 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name www.diki.pl
@version 20211130.14.08
@namespace userstyles.world/user/piotrzielinski1994
@description asd
@author piotrzielinski1994
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://www.diki.pl/") {
html {
filter: invert(1);
}
body {
top: 0 !important;
}
img {
filter: invert(1);
}
.dikitop {
position: sticky;
top: 0;
z-index: 100;
background: #fff;
}
}