Skip to content

Commit

Permalink
html {} should be dark too
Browse files Browse the repository at this point in the history
  • Loading branch information
jkelleyrtp committed Nov 2, 2024
1 parent 9580c97 commit 801896b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fn HeaderFooter() -> Element {
Head {}
div { class: "bg-white dark:bg-black min-h-screen",
Nav {}
div { class: "px-2",
div {
Outlet::<Route> {}
Footer {}
}
Expand Down

0 comments on commit 801896b

Please sign in to comment.