Centered RFC Editor pages with dark mode and some colors I like.
Dark centered RFC Editor by hkc
Details
Authorhkc
LicenseNo License
Categoryrfc-editor
Created
Updated
Size909 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 Dark centered RFC Editor
@version 20250114.06.42
@namespace https://userstyles.world/user/hkc
@description Centered RFC Editor pages with dark mode and some colors I like
@author hkc
==/UserStyle== */
@-moz-document url-prefix("https://www.rfc-editor.org/rfc/"), url-prefix("http://www.rfc-editor.org/rfc/"), url-prefix("https://rfc-editor.org/rfc/"), url-prefix("http://rfc-editor.org/rfc/") {
html {
width: 100vw;
background: #262626;
}
body {
background: #131313;
color: #efefef;
margin: 0px auto;
padding: 2em;
width: fit-content;
}
.docinfo {
background: #131313;
color: #efefef;
}
a {
color: #55aaff;
}
a:visited {
color: #aa55ff;
}
a.selflink {
color: #ffaa55;
}
*[style="color: #C00;"] {
color: #ff5555 !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
color: #55ffaa;
}
}