From 8370265722fdf245b70f875cced248306302d4bb Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:15:03 +0100 Subject: [PATCH] fix css --- ruty/styles/styletodo.css | 1 + 1 file changed, 1 insertion(+) diff --git a/ruty/styles/styletodo.css b/ruty/styles/styletodo.css index 52f00cc..689e695 100644 --- a/ruty/styles/styletodo.css +++ b/ruty/styles/styletodo.css @@ -160,6 +160,7 @@ li.nav2:hover { box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px; z-index: 1; + color: white; } .task-menu-item { padding: 8px 12px;