From d10d37692448883653d18c149ec4040a6956673c Mon Sep 17 00:00:00 2001 From: teabyte Date: Sat, 6 Jan 2024 20:09:43 +0300 Subject: [PATCH] fixing --- components/Nav.tsx | 2 +- static/styles.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/Nav.tsx b/components/Nav.tsx index 476a691..cdfa47d 100644 --- a/components/Nav.tsx +++ b/components/Nav.tsx @@ -19,7 +19,7 @@ export default function NavBar() {
  • {menu.name} diff --git a/static/styles.css b/static/styles.css index 036b612..81fea70 100644 --- a/static/styles.css +++ b/static/styles.css @@ -8,7 +8,6 @@ body, .markdown-body { body .markdown-body { background-color: inherit !important; - color: initial !important; } .split {