From c6f2977a6fbc08406accfd530977f75e8b0e1b3b Mon Sep 17 00:00:00 2001 From: Yutaka Sawada <60930312+Yutaka-Sawada@users.noreply.github.com> Date: Mon, 20 Mar 2023 14:02:55 +0900 Subject: [PATCH] Add files via upload --- alpha/help/style.css | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 alpha/help/style.css diff --git a/alpha/help/style.css b/alpha/help/style.css new file mode 100644 index 0000000..bd1fd1d --- /dev/null +++ b/alpha/help/style.css @@ -0,0 +1,4 @@ +* { +line-height:1.8; +text-underline-position:under; +}