aboutsummaryrefslogtreecommitdiffstats
path: root/stylus/kernel_org.css
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-12-10 07:34:35 +0000
committerterminaldweller <thabogre@gmail.com>2022-12-10 07:34:35 +0000
commitaf89305dfee7222bdbbdc8b9572c9c80575541ad (patch)
tree93f241e61b671d3a8224db050025f65f9caf334b /stylus/kernel_org.css
parentupdate (diff)
downloadscripts-af89305dfee7222bdbbdc8b9572c9c80575541ad.tar.gz
scripts-af89305dfee7222bdbbdc8b9572c9c80575541ad.zip
update
Diffstat (limited to '')
-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;
+ }
+}