From 28fc67660ff405c00f1d73f18e98106df6863d53 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Thu, 18 Oct 2018 22:30:11 +0200 Subject: [PATCH] Fix border color of large timeline cards --- Resources/Plugins/edit-design/theme.black.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Plugins/edit-design/theme.black.css b/Resources/Plugins/edit-design/theme.black.css index c5140db7..e109212e 100644 --- a/Resources/Plugins/edit-design/theme.black.css +++ b/Resources/Plugins/edit-design/theme.black.css @@ -805,4 +805,4 @@ html.dark .app-search-fake{border-color:transparent} html.dark .spinner-small,html.dark .spinner-large{filter:grayscale(80%)brightness(93%)} html.dark .tweet>.color-twitter-blue{color:#8bd!important} html.dark .hw-card-container>div{border-color:#292F33;background:transparent} -html.dark .hw-card-container>div>div{border-right-color:#292F33} +html.dark .hw-card-container>div>div{border-color:#292F33}