oshgit

Shell scripts based on stagit to manage OSHs git repositories.
git clone git://git.oshgnacknak.de/oshgit.git
Log | Files | Refs | README

commit 944c0cd3fa832aaac586db24aae312aeae668bf5
parent 898664d7b393e05588c99d7e7837048b70aef684
Author: Oshgnacknak <osh@oshgnacknak.de>
Date:   Sun, 25 Oct 2020 15:14:21 +0100

Dark themed style

Diffstat:
Mstyle.css | 21+++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)

diff --git a/style.css b/style.css @@ -1,6 +1,6 @@ body { - color: #000; - background-color: #fff; + color: white; + background-color: #151515; font-family: monospace; } @@ -21,10 +21,19 @@ a:target { background-color: #ccc; } +a { + color: lightblue; +} + +a:visited { + color: gray; +} + a.d, a.h, a.i, a.line { + color: red; text-decoration: none; } @@ -33,7 +42,7 @@ a.line { } #blob a:hover { - color: blue; + color: lightblue; text-decoration: none; } @@ -55,7 +64,7 @@ table td { #index tr:hover td, #log tr:hover td, #files tr:hover td { - background-color: #eee; + background-color: #222; } #index tr td:nth-child(2), @@ -70,7 +79,7 @@ td.num { } .desc { - color: #777; + color: #eee; } hr { @@ -84,7 +93,7 @@ pre { } pre a.h { - color: #00a; + color: #888; } .A,