From eaf55bf12c6de23d88b71ee17cc5bddf370350ff Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Fri, 8 Mar 2019 10:35:18 -0600 Subject: [PATCH] Fix styling for watch indicator --- assets/css/lighttheme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/lighttheme.css b/assets/css/lighttheme.css index 7f2a5226..b28ef0ee 100644 --- a/assets/css/lighttheme.css +++ b/assets/css/lighttheme.css @@ -9,7 +9,7 @@ a { } /* All links that do not fit with the default color goes here */ -a > .icon, +a:not([data-id]) > .icon, .pure-u-md-1-5 > .h-box > a[href^="/watch?"], .playlist-restricted > ol > li > a { color: #303030;