Simple dark theme for diskprices.com
diskprices.com dark by HomelessHuman
Details
AuthorHomelessHuman
LicenseNo License
Categorydiskprices.com
Created
Updated
Size509 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 diskprices.com dark
@version 20231112.16.08
@namespace userstyles.world/user/HomelessHuman
@description Simple dark theme for diskprices.com
@author HomelessHuman
@license No License
==/UserStyle== */
@-moz-document domain("diskprices.com") {
body {
background: black;
color: white;
}
fieldset {
width: 10em;
margin: 0;
margin-bottom: 0.5em;
border: 1px solid #fff;
}
a {
color: #58a6ff;
}
a:visited {
color: #ffadff;
}
}