hovers go below

This commit is contained in:
2024-09-23 16:34:01 -06:00
parent 06073cbd1b
commit 3b26a64aef
5 changed files with 39 additions and 28 deletions

View File

@@ -128,4 +128,8 @@ select {
.markdownQuizAnswerPreview p:last-child {
@apply p-0 m-0 ;
}
.markdownPreview a {
@apply text-blue-500 hover:text-blue-600 font-bold underline;
}