Fixes to clientside chat stuff

This commit is contained in:
calzoneman 2013-03-05 14:07:21 -06:00
parent 789471f395
commit fc27736017
3 changed files with 24 additions and 10 deletions

View file

@ -75,8 +75,8 @@
}
.action {
text-decoration: italic;
color: #bbbbbb;
font-style: italic;
color: #aaaaaa;
}
.spoiler {
@ -89,5 +89,5 @@
}
.greentext {
color: #99ff99;
color: #789922; /* Color value directly from 4chan */
}