From e387f4b41c94633750e7ad18c039fef056d09a1f Mon Sep 17 00:00:00 2001 From: dudleycu Date: Mon, 23 Aug 2021 19:32:45 +0900 Subject: [PATCH 1/3] mira fixed it (the invisible twitter icons) --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 74a4ae8..2acccbb 100644 --- a/src/style.css +++ b/src/style.css @@ -1396,10 +1396,10 @@ dd:before { content: "\25E7" !important; } .check { - opacity: 25%; + opacity: 0.25; } .check:hover { - opacity: 100%; + opacity: 1; } .check:before { font-family: "Segoe UI Symbol"; From d181a743c7d0f258ff4de1efdd7d6c67c3f7b036 Mon Sep 17 00:00:00 2001 From: dudleycu <87256142+dudleycu@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:35:04 +0900 Subject: [PATCH 2/3] Update README.md nice --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e84a53b..7e551ad 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ The goal of NGS Planner is be accurate, accessible, and shareable. - Developer, Database Designer - [sigonasr2](https://twitter.com/sigonasr2) - UI & Game Consultant - [Dudley](https://twitter.com/dudleyc_) + - Clutch Code Revision - [Mira](https://twitter.com/MiraWaNeko) + - Background Artwork - [Patata-tan](https://twitter.com/PatataTan) ### Resources Used: From 003e8ecd1a59c1388a27947ba96832f66404a480 Mon Sep 17 00:00:00 2001 From: dudleycu <87256142+dudleycu@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:35:43 +0900 Subject: [PATCH 3/3] Update README.md o --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e551ad..7f75c51 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This tool was created for Phantasy Star Online 2: New Genesis. It is used to the The goal of NGS Planner is be accurate, accessible, and shareable. -### Contributers +### Contributors - Developer, Database Designer - [sigonasr2](https://twitter.com/sigonasr2) - UI & Game Consultant - [Dudley](https://twitter.com/dudleyc_)