-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecacbd0
commit 6b2d222
Showing
10 changed files
with
3,823 additions
and
2,392 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,5 +46,5 @@ body { | |
} | ||
|
||
.highlight { | ||
background: #008000C0; | ||
background: #008000c0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
export default function Footer() { | ||
return ( | ||
<div className="flex flex-row items-center justify-center pt-5 pb-8 xl:absolute xl:bottom-0"> | ||
<p className="text-white text-lg uppercase"> | ||
Shinigami Script Wizard. V.10 | ||
</p> | ||
</div> | ||
); | ||
return ( | ||
<div className="flex flex-row items-center justify-center pt-5 pb-8 xl:absolute xl:bottom-0"> | ||
<p className="text-white text-lg uppercase"> | ||
Shinigami Script Wizard. V.10 | ||
</p> | ||
</div> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.