aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/kernel_org.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylus/kernel_org.css')
-rw-r--r--stylus/kernel_org.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/stylus/kernel_org.css b/stylus/kernel_org.css
new file mode 100644
index 0000000..9248422
--- /dev/null
+++ b/stylus/kernel_org.css
@@ -0,0 +1,20 @@
+@-moz-document domain("www.kernel.org") {
+ body {
+ font-family: "DejaVu Sans Mono";
+ }
+
+ .wy-nav-side {
+ background-color: #000000;
+ color: #005f5f;
+ }
+
+ .wy-nav-content {
+ background-color: #000000;
+ color: #005f5f;
+ }
+
+ li.current:nth-child(2) > ul:nth-child(2) {
+ background-color: #000000;
+ color: #005f5f;
+ }
+}