···7979 @apply transition-colors duration-100;
8080}
81818282-/* all links except those in a table since they get colored from td */
8383-a:hover:not(td > a) {
8484- /* like https://phk.freebsd.dk/ */
8585- @apply bg-blue-400/15;
8282+a:not(td > a) {
8383+ /* all links except those in a table since they get colored from td */
8484+ &:hover {
8585+ /* like https://phk.freebsd.dk/ */
8686+ @apply bg-blue-400/15;
8787+ }
8888+8989+ @apply text-blue-500 underline;
8690}
87918892hr {