Skip to content

Commit

Permalink
Fix menu on light-mode (#81)
Browse files Browse the repository at this point in the history
* enable posthog

* Secure Pi Post

* Apply Auto-Translations

* fix language/spaces

* this is bs

* fix action

* fix pkg

* fix menu on light mode
  • Loading branch information
davidgs authored Oct 24, 2024
1 parent 50be007 commit aeb08f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/styles/override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@
filter: blur(3px);
background-size: cover;
}
html[data-theme='light'] .top-navbar .nav-link {
color: #003a64 !important;
}

.top-navbar {
color: #f1f5f9 !important;
background-color: #003a64 !important;
}


.top-navbar .navbar-brand {
color: #f1f5f9 !important;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"popper.js": "project",
"postcss": "project",
"postcss-cli": "project",
"posthog-js": "github.com/hugo-toha/toha/v4"
"posthog-js": "project"
}
},
"dependencies": {},
Expand Down

0 comments on commit aeb08f3

Please sign in to comment.