Skip to content

Commit

Permalink
visible more/less button, better link colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 1, 2024
1 parent b777012 commit 2e1686b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2e1686b

Please sign in to comment.