From 2c3ec09d3db9aa114e1f757923eb7d749b52972a Mon Sep 17 00:00:00 2001 From: WhyKorp <117651228+whykorp@users.noreply.github.com> Date: Tue, 12 Mar 2024 00:53:07 +0100 Subject: [PATCH] fix bugs --- ruty/styles/styletodo.css | 7 ++++++- ruty/todo.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ruty/styles/styletodo.css b/ruty/styles/styletodo.css index 689e695..c2cd20a 100644 --- a/ruty/styles/styletodo.css +++ b/ruty/styles/styletodo.css @@ -165,4 +165,9 @@ li.nav2:hover { .task-menu-item { padding: 8px 12px; cursor: pointer; -} \ No newline at end of file +} + +.todo-list { + color: white; + font-size: 30px; +}; \ No newline at end of file diff --git a/ruty/todo.php b/ruty/todo.php index 1dabc23..be7b06e 100644 --- a/ruty/todo.php +++ b/ruty/todo.php @@ -51,13 +51,13 @@