A simple dark style for bilten.org
Simple dark style for bilten.org by dobri-skeletor
Details
Authordobri-skeletor
LicenseCC BY-NC - Creative Commons Attribution-NonCommercial
Categorybilten.org
Created
Updated
Size787 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 Simple Dark for bilten.org
@namespace USO Archive
@author DS
@description `A simple dark style for bilten.org`
@version 20210424.23.26
@license CC-BY-NC-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document regexp('https?://(www\\.)?bilten\\.org.*') {
body {
color: #eeeeee !important;
background-color: #2b2e34 !important;
}
nav * {
color: #d71a1a !important;
}
.entry-header * {
color: #cd5924 !important;
}
p {
color: #eeeeee !important;
font-size: 1.4em !important;
}
div.entry-content p {
width: 90% !important;
}
header#masthead {
border-bottom: 5px solid #baadbe !important;
}
header#masthead div.site-branding img,
img.footer-logo {
filter: invert(100%) !important;
}
}