Lots of improvemnets

This commit is contained in:
Ross
2024-01-15 22:46:41 +00:00
parent aa41423b22
commit 5c2578a3ce
22 changed files with 527 additions and 216 deletions
+8
View File
@@ -1109,4 +1109,12 @@ table .peninsula-trainee::before {
.current-question {
background-color: #52057b;
color: grey;
}
.show-on-hover {
opacity: 0%;
}
.show-on-hover:hover {
opacity: 100%;
}