Skip to content

Commit

Permalink
[Dark-mode] Tabbed panes fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Apr 7, 2024
1 parent 4baa6ed commit ec0d4d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions assets/scss/shortcodes/tabbed-pane.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
}
margin-top: 0rem;
margin-bottom: 1.5rem;
border-left: 1px solid rgba(0, 0, 0, 0.125);
border-right: 1px solid rgba(0, 0, 0, 0.125);
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
border-left: $nav-tabs-border-width solid $nav-tabs-border-color;
border-right: $nav-tabs-border-width solid $nav-tabs-border-color;
border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;
}
}

.tab-body {
font-weight: $font-weight-medium;
background: $gray-100;
color: inherit;
background: var(--td-pre-bg);
color: var(--bs-body-color);
border-radius: 0;
padding: 1.5rem;

Expand Down

0 comments on commit ec0d4d8

Please sign in to comment.