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; }