Skip to content

Commit

Permalink
TMIP remove dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Charlton committed May 20, 2024
1 parent 8bd54d1 commit b8a1d5d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _layouts/project.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" data-bs-theme="light">
{% include head.html %}

<body>
Expand Down
4 changes: 4 additions & 0 deletions css/zephyr-2020.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#app {
background-color: white;
}

.z-stars ul {
padding-left: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion tmip-archive-assets/index.css

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

0 comments on commit b8a1d5d

Please sign in to comment.