Skip to content

Commit

Permalink
color buttons + popups
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed May 31, 2025
1 parent 75922db commit c9c1664
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -2811,6 +2811,18 @@ div.input-group .input-group-btn .btn-file:last-child:hover, div.input-group .in
color: var(--txt-2) !important;
}
.btn-secondary {
background-color: var(--col-200);
color: var(--col-400);
border-color: var(--col-200);
}
.btn-secondary:hover, .btn-secondary:hover:focus, .btn-secondary:focus-visible {
background-color: var(--col-300) !important;
color: var(--col-500) !important;
border-color: var(--col-300) !important;
}
.btn-danger {
background-color: var(--col-200);
color: var(--col-400);
Expand Down Expand Up @@ -3455,6 +3467,11 @@ div.feed-body>div.feed-child-box {
color: var(--txt-1) !important;
}
.tdx-modal__iframe-header,
.tdx-modal__iframe-footer {
background-color: var(--bg-0) !important;
}
.modal-content {
background-color: var(--bg-0) !important;
}
Expand Down

0 comments on commit c9c1664

Please sign in to comment.