Added a contextual help feature and started writing help descriptions

This commit is contained in:
n1474335 2023-03-17 17:46:13 +00:00
parent a24fdf4250
commit d6f8e0a520
7 changed files with 142 additions and 37 deletions

View file

@ -50,6 +50,11 @@ body {
padding-left: 2px;
}
.modal-icon {
position: absolute;
right: 25px;
}
.konami {
transform: rotate(180deg);
}