coleifer / sqlite-web

Web-based SQLite database browser written in Python
MIT License
3.35k stars 331 forks source link

Pagination styles #150

Closed rdmtinez closed 5 months ago

rdmtinez commented 5 months ago

The pagination:

<nav> <ul class="pagination">...</ul> </nav>

could use a better color scheme, it was very hard to spot and I thought I was missing data for bit.

coleifer commented 5 months ago

Yeah you're right, it looks busted out of the box. I'm using bootswatch "Yeti" theme and the 4.x version seems to have this issue. I've sorta worked around it for the time being.