Тёмный стиль для DNS
DNS Dark by NoxelFoxel
Details
AuthorNoxelFoxel
LicenseNONE
Categoryhttps://www.dns-shop.ru/
Created
Updated
Size867 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 DNS Dark
@namespace USO Archive
@author NoxelFoxel
@description Тёмный стиль для DNS
@version 20231127.10.02
@license NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain("dns-shop.ru") {
html {
filter: invert(90%);
background-color: #4a4948;
}
body {
background-color: #fff;
}
img {
filter: invert(90%);
}
video {
filter: invert(90%);
}
svg {
filter: invert(90%);
}
iframe {
filter: invert(90%);
}
.header-bottom__wrapper-logo {
filter: invert(90%);
}
.product-price-history__svg-container {
filter: invert(90%);
}
.footer {
filter: invert(90%);
}
.footer {
background: #201f1f;
}
}