From 2e1686b975b0274a5ddb53e1c6c9eae6c148619c Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 1 May 2024 14:57:30 -0400 Subject: [PATCH] visible more/less button, better link colors --- tdx-enhanced.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tdx-enhanced.js b/tdx-enhanced.js index 3a7e83c..4b4c10c 100644 --- a/tdx-enhanced.js +++ b/tdx-enhanced.js @@ -599,6 +599,14 @@ filter: invert(1) hue-rotate(180deg); } + .moreToggle button, .lessToggle button { + background-color: var(--dark-col-2); + } + + #ttDescription a, .feed-item-text a { + color: var(--light-col-2); + } + /* Big header */ #tabsList { background-color: var(--dark-bg-0);