Graupl / graupl

The Graupl mono-repo.
1 stars 0 forks source link

Feat: Pagination #66

Open azuryte5 opened 1 month ago

azuryte5 commented 1 month ago

page-item page item active font styles like colour and sizing page-link disabled state default alignment (likely center)

NickDJM commented 3 weeks ago

Just as a note: A quick temporary fix (assuming your pagination is a simple <ul> with <li>s) is adding the .menu class to the <ul>.

This will give you a decently styled look until we implement a proper .pagination class.