Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
TeaByte committed Jan 6, 2024
1 parent 255e703 commit d10d376
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function NavBar() {
<li>
<a
href={menu.href}
class={"text-gray-500 hover:text-gray-700 py-1 border-gray-500"}
class={"text-gray-500 hover:text-gray-700 py-1 border-gray-500 hidden"}
>
{menu.name}
</a>
Expand Down
1 change: 0 additions & 1 deletion static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ body, .markdown-body {

body .markdown-body {
background-color: inherit !important;
color: initial !important;
}

.split {
Expand Down

0 comments on commit d10d376

Please sign in to comment.