From 5fbd3ce5e8fdaa75121e2e20707440aa19d8db31 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 28 Sep 2022 18:48:35 +0900 Subject: [PATCH] =?UTF-8?q?2019=E5=90=91=E3=81=91=E6=9C=80=E7=B5=82?= =?UTF-8?q?=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.html | 20 ++++++++++++++++---- docs/release_gen.py | 20 ++++++++++++++++---- 2 files changed, 32 insertions(+), 8 deletions(-) diff --git a/docs/index.html b/docs/index.html index 0f96d5d80..0509c9540 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,6 +22,7 @@ } .btn { + margin: 1em; color: white; background-color: green; padding: 0.5em; @@ -29,6 +30,10 @@ text-decoration: none; } + .btn.unity2019 { + background-color: gray; + } + .btn h1 { text-align: center; } @@ -43,11 +48,18 @@
-
diff --git a/docs/release_gen.py b/docs/release_gen.py index b9110f1b1..3fe836948 100644 --- a/docs/release_gen.py +++ b/docs/release_gen.py @@ -181,6 +181,7 @@ if __name__ == '__main__': }} .btn {{ + margin: 1em; color: white; background-color: green; padding: 0.5em; @@ -188,6 +189,10 @@ if __name__ == '__main__': text-decoration: none; }} + .btn.unity2019 {{ + background-color: gray; + }} + .btn h1 {{ text-align: center; }} @@ -202,11 +207,18 @@ if __name__ == '__main__':
-