Joshua Sigona 3 years ago
commit 8aa0dc1817
  1. 4
      README.md
  2. 4
      src/style.css

@ -6,10 +6,12 @@ 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_)
- Clutch Code Revision - [Mira](https://twitter.com/MiraWaNeko)
- Background Artwork - [Patata-tan](https://twitter.com/PatataTan)
### Resources Used:

@ -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";

Loading…
Cancel
Save