Don't need sw-yotsuba selector here since stylesheet classes are only applied on 4chan.

This commit is contained in:
ccd0 2019-07-22 23:31:58 -07:00
parent 1272b52451
commit 4b3e2c6e13
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
} }
/* 4chan style fixes */ /* 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; color: #C0E17A;
} }

View File

@ -9,7 +9,7 @@
} }
/* 4chan style fixes */ /* 4chan style fixes */
:root.spooky.sw-yotsuba #arc-list span.quote { :root.spooky #arc-list span.quote {
color: #634C2C; color: #634C2C;
} }

View File

@ -5,7 +5,7 @@
} }
/* 4chan style fixes */ /* 4chan style fixes */
:root.tomorrow.sw-yotsuba #arc-list span.quote { :root.tomorrow #arc-list span.quote {
color: #B5BD68; color: #B5BD68;
} }