remove bold from /tg/ dice rolls in catalog

This commit is contained in:
ccd0 2014-09-28 16:45:05 -07:00
parent f3f27f8eff
commit 677903a78b

View File

@ -598,6 +598,10 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
.catalog-thread > .comment > span.quote {
color: #789922;
}
/* /tg/ dice rolls */
.catalog-thread > .comment > b {
font-weight: normal;
}
/* Announcement Hiding */
:root.hide-announcement #globalMessage {