diff options
author | V.Krishn <vkrishn4@gmail.com> | 2019-02-13 17:26:19 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2019-02-13 17:26:19 +0530 |
commit | 70710dd1c2fccd80b8c3fc8842c200a2ce702351 (patch) | |
tree | e436ddb078f49ed3d728114ec330d45627758fe1 | |
parent | fb358c33eb076f8c408592adcc536edcd12b30ee (diff) | |
download | scripts-70710dd1c2fccd80b8c3fc8842c200a2ce702351.tar.bz2 |
change alternate line color
-rw-r--r-- | alpine/irc/log/get-irclog.sh | 2 |
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> |