gruvbox style for rfc
gruvbox rfc by jamkich
Details
Authorjamkich
LicenseNo License
Categoryhttps://rfc-editor.org/rfc/
Created
Updated
Size532 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 gruvbox rfc
@version 20241001.17.57
@namespace https://github.com/jamkich
==/UserStyle== */
@-moz-document url-prefix("https://www.rfc-editor.org/rfc/") {
body {
background-color: #282828;
color: #ebdbb2;
}
a {
color: #b8bb26;
}
span {
background-color: #282828;
color: #ebdbb2;
}
.docinfo {
background-color: #282828;
}
a.selflink {
color: #83a598;
}
span.pre:nth-child(7) > span:nth-child(7) {
color: #fb4934 !important;
}
}