From e4f8b2f0a3c5418dbc31adebbc777cd43426a1e4 Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Tue, 22 Oct 2024 09:30:32 +0200 Subject: [PATCH] change title and search boxes style --- note.php | 2 +- style.css | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/note.php b/note.php index d05c7b5..ed500a3 100644 --- a/note.php +++ b/note.php @@ -142,7 +142,7 @@ -
+
diff --git a/style.css b/style.css index b027f52..22e277f 100644 --- a/style.css +++ b/style.css @@ -33,8 +33,12 @@ a { border: none; outline: none; margin-top: 10px; - color: inherit; - width: 80%; + color: grey; + width: 500px; +} + +::placeholder { + color: lightgrey; } input[type="submit"] {