Skip to content

RFC Dark Mode by jordanbtucker

Screenshot of RFC Dark Mode

Details

Authorjordanbtucker

LicenseMIT

Categoryuserstyles

Created

Updated

Size599 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A dark mode for IETF RFC documents.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           RFC Dark Mode
@namespace      https://github.com/jordanbtucker
@version        1.0.0
@description    A dark mode for IETF RFC documents
@author         Jordan Tucker <jordanbtucker@gmail.com> (https://github.com/jordanbtucker)
==/UserStyle== */

@-moz-document url-prefix("https://datatracker.ietf.org/doc/html/"), url-prefix("https://www.rfc-editor.org/rfc/") {
html {
  background-color: #202124;
  color: #bdc1c6;
}

a:link {
  color: #8ab4f8;
}

a:visited {
  color: #c58af9;
}

.docinfo,
.meta-info {
  background-color: #303134
}

.grey {
  color: #969ba1;
}
}

Reviews

No reviews yet.