diff --git a/4chan_x.user.js b/4chan_x.user.js index 83b0f6f55..d84420db9 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3196,7 +3196,7 @@ opacity: .5;\ }\ .inline td.reply {\ - background-color: rgba(252, 252, 252, 0.15);\ + background-color: rgba(255, 255, 255, 0.15);\ border: 1px solid rgba(128, 128, 128, 0.5);\ }\ .filetitle, .replytitle, .postername, .commentpostername, .postertrip {\ diff --git a/script.coffee b/script.coffee index 996066ca4..4d2d517fe 100644 --- a/script.coffee +++ b/script.coffee @@ -2531,7 +2531,7 @@ main = opacity: .5; } .inline td.reply { - background-color: rgba(252, 252, 252, 0.15); + background-color: rgba(255, 255, 255, 0.15); border: 1px solid rgba(128, 128, 128, 0.5); } .filetitle, .replytitle, .postername, .commentpostername, .postertrip {