From 3478517d92b5405a22514d656b238daeefe439db Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 13 Aug 2019 20:16:31 +0100 Subject: [PATCH] Adjust the font styling within tweets --- styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styles.css b/styles.css index f4daf82..a75d486 100644 --- a/styles.css +++ b/styles.css @@ -14,3 +14,11 @@ nav[aria-label="Primary"] > div span { [aria-label="Timeline: Trending now"] { display: none !important } + +/* Adjust the font styling within tweets */ +[aria-label="Timeline: Notifications"] article div[lang] span { + display: block; + font-size: 14px; + line-height: 1.5; + margin-top: 5px +}