From 677903a78b7fcbc04f87ac9944d9a3e6ca109d63 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 28 Sep 2014 16:45:05 -0700 Subject: [PATCH] remove bold from /tg/ dice rolls in catalog --- src/General/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/General/css/style.css b/src/General/css/style.css index 5cf98c29e..df81f2124 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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 {