A basic dark theme for the Janet language documentation pages.
Janet Docs Dark by nervecenter
Details
Authornervecenter
LicenseCC0, Public domain
Categoryjanet-lang.org
Created
Updated
Size763 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 Janet Docs Dark
@version 20240410.14.28
@namespace https://userstyles.world/user/Nerve
@description A basic dark theme for the Janet language documentation pages.
@author Nerve
@license CC0, Public domain
==/UserStyle== */
@-moz-document regexp("https?://janet-lang.org(/[.0-9]+)?/(docs|c?api)/.*") {
/* This work is released to the public domain. No rights are reserved. */
/* By Nerve, 2024 */
body {
background-color: #222222;
}
p, h1, h2, h3, h4, h5, h6, li,
.binding-text, .binding-type, footer,
table td, table th {
color: #CCCCCC;
}
table td .mendoza-code, .mendoza-code {
background: #4c4b4b;
color: #dedede;
}
a {
color: #549bf4;
}
table tr {
background-color: #3f3f3f;
}
}