Dark Mode
scotblood.co.uk by ke-ss
Details
Authorke-ss
LicenseNo License
Categoryscotblood.co.uk
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Inverts scotblood.co.uk
Source code
/* ==UserStyle==
@name scotblood.co.uk
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://scotblood.co.uk") {
/* Dark Mode */
body {
background-color: #121212;
color: #e0e0e0;
}
header,
footer {
background-color: #1e1e1e;
color: #ffffff;
}
nav {
background-color: #2c2c2c;
}
a {
color: #bb86fc;
}
a:hover {
color: #3700b3;
}
button {
background-color: #333;
color: #ffffff;
border: 1px solid #444;
}
button:hover {
background-color: #444;
}
input,
textarea {
background-color: #2e2e2e;
color: #ffffff;
border: 1px solid #555;
}
input:focus,
textarea:focus {
border-color: #bb86fc;
}
.container,
.content,
.main {
background-color: #1c1c1c;
color: #e0e0e0;
}
/* Customize additional elements if needed */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #ffffff;
}
p,
li {
color: #e0e0e0;
}
img {
filter: brightness(0.8);
/* Dim images slightly for dark mode */
}
}