Make greentext more subtle

This commit is contained in:
Guangcong Luo
2016-04-19 07:25:12 -04:00
parent 61457f4438
commit 70a3c608f6

View File

@@ -763,7 +763,10 @@ License: GPLv2
padding: 0 2px;
}
.greentext {
color: #488912;
color: #187902;
}
.dark .greentext {
color: #C8E9A2;
}
.dark .chat .spoiler code {
border-color: #777;