Skip to content

Commit

Permalink
Override in darkmode as well
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 24, 2023
1 parent 3007df4 commit 80ca8f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/LinkDotNet.Blog.Web/wwwroot/css/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/* Override some Bootstrap defaults */
--bs-body-font-weight: 300;
--bs-nav-link-font-weight: 300;
}

html[data-bs-theme='dark'] {
Expand All @@ -31,6 +32,10 @@ html[data-bs-theme='dark'] {

--background-gradient-start: var(--jaguar);
--background-gradient-end: var(--shark);

/* Override some Bootstrap defaults */
--bs-body-font-weight: 300;
--bs-nav-link-font-weight: 300;
}

html {
Expand Down

0 comments on commit 80ca8f2

Please sign in to comment.