From af89305dfee7222bdbbdc8b9572c9c80575541ad Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Sat, 10 Dec 2022 11:04:35 +0330 Subject: update --- stylus/kernel_org.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 stylus/kernel_org.css (limited to 'stylus') 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; + } +} -- cgit v1.2.3