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 +}