Nice little directory browser :D

blue bg on link hover like pkh.freebsd.dk, remove broken classes

+9 -3
+9 -3
tailwind/style.tw.css
··· 79 79 @apply transition-colors duration-100; 80 80 } 81 81 82 + /* all links except those in a table since they get colored from td */ 83 + a:hover:not(td > a) { 84 + /* like https://phk.freebsd.dk/ */ 85 + @apply bg-blue-400/15; 86 + } 87 + 82 88 hr { 83 89 @apply 84 90 text-zinc-400 ··· 86 92 } 87 93 88 94 #main { 89 - @apply w-1xl h-fit; 95 + @apply h-fit; 90 96 } 91 97 92 98 .n-box { ··· 173 179 } 174 180 175 181 tr:hover td { 176 - @apply 182 + @apply 177 183 bg-green-100/50 dark:bg-zinc-500/75 178 184 duration-0; 179 185 } ··· 287 293 mt-4; 288 294 289 295 #go-back { 290 - @apply clickable cursor-pointer; 296 + @apply cursor-pointer; 291 297 } 292 298 293 299 #search-label {