diff --git a/4chan_x.user.js b/4chan_x.user.js index 160b04698..7fba70f22 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4405,6 +4405,9 @@ td > .filesize > img[md5] {\ .filtered {\ text-decoration: line-through;\ }\ +.quotelink.forwardlink {\ + color: #ef5411;\ +}\ ' }; diff --git a/script.coffee b/script.coffee index 69a8d1e89..d789f4fcf 100644 --- a/script.coffee +++ b/script.coffee @@ -3717,6 +3717,9 @@ td > .filesize > img[md5] { .filtered { text-decoration: line-through; } +.quotelink.forwardlink { + color: #ef5411; +} ' Main.init()