Skip to content

Commit

Permalink
more styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mart2070 committed Aug 7, 2024
1 parent 55a06f3 commit 6ded055
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions tdx-enhanced.js
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@ a:focus, a:hover {
}
.alert-warning {
color: var(--txt-2);
color: var(--txt-5);
background-color: var(--col-0);
border-color: var(--border-0);
}
Expand Down Expand Up @@ -1726,7 +1726,7 @@ ul.nav-pills li.dropdown button.dropdown-toggle:hover {
}
h1, h2, h3, h4, label, .control-label {
color: var(--txt-2);
color: var(--txt-2) !important;
}
h1.panel-title, h2.panel-title, h3.panel-title, h4.panel-title, h5.panel-title, h6.panel-title {
Expand Down Expand Up @@ -2058,7 +2058,7 @@ div.comment {
}
.ui-widget-header, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: 1px solid var(--border-0);
border-color: var(--border-0);
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
Expand Down Expand Up @@ -2089,6 +2089,14 @@ blockquote {
border: 1px solid var(--bg-4);
}
.h2, h2 {
border-bottom: 1px solid var(--border-0);
}
div.feed-entry {
border-bottom: 1px solid var(--border-0) !important;
}
`

Expand Down

0 comments on commit 6ded055

Please sign in to comment.