Skip to content

Commit

Permalink
Selected tab for code block updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyHenry15 committed May 15, 2024
1 parent d1786d4 commit b81c629
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _extensions/posit-docs/theme-dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ $navbar-fg: #ffffff;
body {
font-weight: 400 !important;
}

//$body-color: $posit-green !default;
$body-bg: $dark-md-background !default; // dark mode change

Expand Down Expand Up @@ -230,6 +231,10 @@ $tooltip-color: #ffffff !default; // Copied! color
color: $posit-teal !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
text-decoration: none !important;
}
/* Pills */

.nav-pills .nav-link.active,
Expand Down
3 changes: 3 additions & 0 deletions _extensions/posit-docs/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ body {
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
color: #000000 !important;
font-weight: 700 !important;
text-decoration: underline 1px $posit-orange !important;
}

.nav-tabs .nav-link:hover,
Expand Down Expand Up @@ -229,6 +231,7 @@ body {
.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
color: #ffffff !important;
text-decoration: none !important;
}

.nav-pills .nav-link:hover,
Expand Down

0 comments on commit b81c629

Please sign in to comment.