From 7c00d394afc184bd56a4cf20b2c37d9dc3912437 Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Mon, 11 Mar 2024 20:09:14 +0100 Subject: [PATCH] fix css --- ruty/styles/styletodo.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/ruty/styles/styletodo.css b/ruty/styles/styletodo.css index 89fa8e2..52f00cc 100644 --- a/ruty/styles/styletodo.css +++ b/ruty/styles/styletodo.css @@ -43,6 +43,17 @@ h1 { color: white; } +h2 { + color: white; +} + +h3 { + color: white; +} + +h4 { + color: white; +} header { background-color: #303030; @@ -144,7 +155,7 @@ li.nav2:hover { .task-menu { display: none; position: absolute; - background-color: #f9f9f9; + background-color: #282828; min-width: 150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); padding: 12px;