this is a weird one table underline appearing and dissapearing on mouse over
<p>very strange</p>
<p><img src="https://i.imgur.com/VNtucwo.gif" /></p>
<p>that also reminds me that i have to get rid of these random searches</p>
<p><img src="https://i.imgur.com/G3Q7PuM.png" /></p>
<p><strong>idea</strong>: i was thinking of adding a more detailed hit system where it can record the month and also the year of the hits as well. </p>
<p>i dont want one where it goes into super detail as then the db size gets too large. but i think just having the month and year might make it a bit more interesting then i can graph what pages are popular per month or year rather than currently its just overall hits.</p>
<p>i think its something to do with the td and tr having conflicting hover states</p>
<p><img src="https://i.imgur.com/OEvD9u6.png" /></p>
<h4>CSS</h4>
<pre><code class="css hljs">.table>:not(caption)>> {<br /> padding: .5rem .5rem;<br /> background-color: var(--bs-table-bg);<br /> border-bottom-width: 1px;<br /> box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);<br />}</code></pre>
<p>i think its a bug with the dark mode and table-hover class, so i removed it.</p>