aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV.Krishn <vkrishn4@gmail.com>2019-02-13 17:26:19 +0530
committerV.Krishn <vkrishn4@gmail.com>2019-02-13 17:26:19 +0530
commit70710dd1c2fccd80b8c3fc8842c200a2ce702351 (patch)
treee436ddb078f49ed3d728114ec330d45627758fe1
parentfb358c33eb076f8c408592adcc536edcd12b30ee (diff)
downloadscripts-70710dd1c2fccd80b8c3fc8842c200a2ce702351.tar.bz2
change alternate line color
-rw-r--r--alpine/irc/log/get-irclog.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/irc/log/get-irclog.sh b/alpine/irc/log/get-irclog.sh
index a10f6ff..5f7aa32 100644
--- a/alpine/irc/log/get-irclog.sh
+++ b/alpine/irc/log/get-irclog.sh
@@ -80,7 +80,7 @@ ul li span:nth-child(2) {
}
ul li span:nth-child(2) { width: 90pt; }
li:nth-child(odd) { background-color: black; }
-li:nth-child(even) { background-color: #232323; }
+li:nth-child(even) { background-color: #282828; }
ul li span:last-child { color: beige; display: block; margin: 0px 0px; }
</style>
</head>