N/A
Apache Datafusion - Dark Mode by jjpe
Details
Authorjjpe
LicenseBSD
Categorydatafusion.apache.org -> userstyles
Created
Updated
Size654 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
N/A
Source code
/* ==UserStyle==
@name datafusion.apache.org
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("datafusion.apache.org") {
/* Insert code here... */
body, div.highlight > pre {
background-color: #888;
}
.reference.internal.nav-link {
color: black;
}
.tocsection.onthispage.pt-5.pb-3 {
color: black;
}
#search-input {
background-color: #888;
}
.icon.fas.fa-search {
color: black;
}
.highlight .s {
color: #396a0a;
}
}