From b35c6dfe51c7b27349f6392a170363a2ce975c8f Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 14 Feb 2024 09:43:22 +0100 Subject: [PATCH] change style change way to create new note --- index.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 98c81d2..9d5a394 100644 --- a/index.php +++ b/index.php @@ -27,6 +27,8 @@ width: 100%; border: none; outline: none; + font-family: inherit; + font-size: inherit; font-weight: bold; } @@ -42,7 +44,11 @@ exit; } - echo 'List New'; + echo '
+ Home  +   + +
'; if (isset($_POST['savebutton'])) { @@ -74,7 +80,7 @@ $nblines = substr_count($content, "\r\n"); echo '
-

+