diff options
author | terminaldweller <thabogre@gmail.com> | 2022-12-10 07:34:35 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-12-10 07:34:35 +0000 |
commit | af89305dfee7222bdbbdc8b9572c9c80575541ad (patch) | |
tree | 93f241e61b671d3a8224db050025f65f9caf334b /stylus | |
parent | update (diff) | |
download | scripts-af89305dfee7222bdbbdc8b9572c9c80575541ad.tar.gz scripts-af89305dfee7222bdbbdc8b9572c9c80575541ad.zip |
update
Diffstat (limited to 'stylus')
-rw-r--r-- | stylus/kernel_org.css | 20 |
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; + } +} |