From 4b3e2c6e131dcce0c5c25c3f1e9cda81bf041ee6 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 22 Jul 2019 23:31:58 -0700 Subject: [PATCH] Don't need sw-yotsuba selector here since stylesheet classes are only applied on 4chan. --- src/css/photon.css | 2 +- src/css/spooky.css | 2 +- src/css/tomorrow.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/css/photon.css b/src/css/photon.css index bda9dfafb..4c3fd4b28 100644 --- a/src/css/photon.css +++ b/src/css/photon.css @@ -9,7 +9,7 @@ } /* 4chan style fixes */ -:root.photon.sw-yotsuba #arc-list tr:nth-of-type(odd) span.quote { +:root.photon #arc-list tr:nth-of-type(odd) span.quote { color: #C0E17A; } diff --git a/src/css/spooky.css b/src/css/spooky.css index 0b698b178..874d22c7e 100644 --- a/src/css/spooky.css +++ b/src/css/spooky.css @@ -9,7 +9,7 @@ } /* 4chan style fixes */ -:root.spooky.sw-yotsuba #arc-list span.quote { +:root.spooky #arc-list span.quote { color: #634C2C; } diff --git a/src/css/tomorrow.css b/src/css/tomorrow.css index 8a1b8b675..0a561ed97 100644 --- a/src/css/tomorrow.css +++ b/src/css/tomorrow.css @@ -5,7 +5,7 @@ } /* 4chan style fixes */ -:root.tomorrow.sw-yotsuba #arc-list span.quote { +:root.tomorrow #arc-list span.quote { color: #B5BD68; }