Archived
1
0

update css for livechan

This commit is contained in:
Jeff Becker 2016-07-11 14:48:33 -04:00
parent 35ff3759f4
commit 76d75b260f
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -228,11 +228,11 @@ textarea, select {
font-weight: bold; font-weight: bold;
} }
.livechan_internallink { .livechan_internallink , a {
color: cyan; color: cyan;
} }
.livechan_internallink:hover { .livechan_internallink:hover , a {
color: red; color: red;
cursor: pointer; cursor: pointer;
} }