diff --git a/src/css/burichan.css b/src/css/burichan.css index 131787875..25dd010ce 100644 --- a/src/css/burichan.css +++ b/src/css/burichan.css @@ -72,7 +72,7 @@ } /* Thread Watcher */ -:root.burichan .replies-quoting-you > a, :root.burichan #watcher-link.disabled.replies-quoting-you { +:root.burichan .replies-quoting-you > a, :root.burichan #watcher-link.replies-quoting-you { color: #F00; } diff --git a/src/css/futaba.css b/src/css/futaba.css index d31d923d7..a36b5c0fe 100644 --- a/src/css/futaba.css +++ b/src/css/futaba.css @@ -72,7 +72,7 @@ } /* Thread Watcher */ -:root.futaba .replies-quoting-you > a, :root.futaba #watcher-link.disabled.replies-quoting-you { +:root.futaba .replies-quoting-you > a, :root.futaba #watcher-link.replies-quoting-you { color: #F00; } diff --git a/src/css/photon.css b/src/css/photon.css index 694186961..4b0e09d09 100644 --- a/src/css/photon.css +++ b/src/css/photon.css @@ -80,7 +80,7 @@ } /* Thread Watcher */ -:root.photon .replies-quoting-you > a, :root.photon #watcher-link.disabled.replies-quoting-you { +:root.photon .replies-quoting-you > a, :root.photon #watcher-link.replies-quoting-you { color: #00F !important; } diff --git a/src/css/tomorrow.css b/src/css/tomorrow.css index c257729e7..769fbe340 100644 --- a/src/css/tomorrow.css +++ b/src/css/tomorrow.css @@ -148,7 +148,7 @@ } /* Thread Watcher */ -:root.tomorrow .replies-quoting-you > a, :root.tomorrow #watcher-link.disabled.replies-quoting-you { +:root.tomorrow .replies-quoting-you > a, :root.tomorrow #watcher-link.replies-quoting-you { color: #F00 !important; } diff --git a/src/css/yotsuba-b.css b/src/css/yotsuba-b.css index 66b59bcce..18a37cc7a 100644 --- a/src/css/yotsuba-b.css +++ b/src/css/yotsuba-b.css @@ -73,7 +73,7 @@ } /* Thread Watcher */ -:root.yotsuba-b .replies-quoting-you > a, :root.yotsuba-b #watcher-link.disabled.replies-quoting-you { +:root.yotsuba-b .replies-quoting-you > a, :root.yotsuba-b #watcher-link.replies-quoting-you { color: #F00; } diff --git a/src/css/yotsuba.css b/src/css/yotsuba.css index 9acd569fb..feb9bf51d 100644 --- a/src/css/yotsuba.css +++ b/src/css/yotsuba.css @@ -72,7 +72,7 @@ } /* Thread Watcher */ -:root.yotsuba .replies-quoting-you > a, :root.yotsuba #watcher-link.disabled.replies-quoting-you { +:root.yotsuba .replies-quoting-you > a, :root.yotsuba #watcher-link.replies-quoting-you { color: #F00; }