From b1a72f011be6aaa7eb43dbd427699266079894c8 Mon Sep 17 00:00:00 2001 From: overdodactyl Date: Mon, 18 Dec 2017 12:35:16 -0700 Subject: [PATCH] fix pocket suggestion arrow color #35 --- userContent-files/about_pages/newtab_and_home.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/userContent-files/about_pages/newtab_and_home.css b/userContent-files/about_pages/newtab_and_home.css index a0fffb3..aa82cca 100644 --- a/userContent-files/about_pages/newtab_and_home.css +++ b/userContent-files/about_pages/newtab_and_home.css @@ -89,6 +89,11 @@ border-color: var(--primary-accent-color-dark) !important; box-shadow: 0 0 0 2px var(--primary-accent-color) !important; } + + /* Pocket Suggestions Arrow */ + .topic .topic-read-more::after { + fill: var(--primary-accent-color) !important; + } /* Onboarding Message */