Skip to content

Commit

Permalink
colors for "updating" popup
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed Oct 10, 2024
1 parent 7130781 commit e929e13
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 @@ -1556,6 +1556,10 @@ ul.dropdown-menu .btn.btn.btn-link[data-v-0b9084d2]:hover {
color: var(--txt-2);
}
.well {
background-color: var(--bg-3);
}
/* Replies */
#ttDescription, .feed-item-text {
/* color: var(--txt-2); */
Expand Down Expand Up @@ -2153,6 +2157,10 @@ div.feed-entry {
border-bottom: 1px solid var(--border-0) !important;
}
.well {
border: 1px solid var(--border-0);
}
`

Expand Down

0 comments on commit e929e13

Please sign in to comment.