From 307ab451500551f0b693b50c102f9a274306979a Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 9 Jan 2023 16:36:15 +0800 Subject: [PATCH] Update style.css --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index ef42760..e4fbfe4 100755 --- a/static/style.css +++ b/static/style.css @@ -1117,6 +1117,10 @@ h3 { color:red; } +#movie-api-p { + color:red; +} + label:hover { cursor:text; }