From fd29e2ef718e2d2f7510bac0c80e6c0c31d2f948 Mon Sep 17 00:00:00 2001 From: Helen Chong <119173961+helenclx@users.noreply.github.com> Date: Sat, 25 May 2024 02:13:42 +0800 Subject: [PATCH] Set ourline colour of guestbook input focus mode --- src/assets/css/comments.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/assets/css/comments.css b/src/assets/css/comments.css index 853121bf..ed0af062 100644 --- a/src/assets/css/comments.css +++ b/src/assets/css/comments.css @@ -191,6 +191,10 @@ margin-right: 0.4em; } +.input-vertical input:focus { + outline: 0.15em solid var(--clr-link); +} + .input-vertical-line { display: flex; flex-direction: column;