Skip to content

Commit

Permalink
dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Dec 17, 2023
1 parent cdf8aa1 commit 05b8cb2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/quantecon_book_theme/assets/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $breakpoint-sm: 576px;
$color-primary: #0072bc;
$color-secondary: #d8655e;
$color-body: #444444;
$color-body-light: #888888;

@import "normalize";
@import "html5boilerplate";
Expand Down Expand Up @@ -192,6 +193,11 @@ body {
}
}

.toc-entry {
a.nav-link {
color: rgb(166, 166, 166);
}
}
.reference.external,
.reference.internal {
font-weight: 800;
Expand Down Expand Up @@ -704,7 +710,7 @@ tt {
flex-shrink: 0;

a {
color: $color-body !important;
color: $color-body;
}

@media (max-width: $breakpoint-md) {
Expand Down

1 comment on commit 05b8cb2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.