Updated the page buttons

This commit is contained in:
Gustavo dos Santos
2026-03-18 11:46:05 +00:00
committed by frosty
parent 81ba9021a2
commit f17171d3e1
5 changed files with 116 additions and 22 deletions

View File

@@ -360,9 +360,9 @@ h1 span {
.pagination-btn {
background: var(--bg-card);
color: var(--text-primary);
color: var(--text-secondary);
border: 1px solid var(--border);
padding: 8px 16px;
padding: 4px 8px;
border-radius: 8px;
text-decoration: none;
font-size: 0.9rem;
@@ -376,11 +376,26 @@ h1 span {
border-color: var(--text-secondary);
}
.pagination-current {
color: var(--text-secondary);
font-size: 0.9rem;
background: var(--bg-card);
color: var(--text-primary);
border: 1px solid var(--border);
padding: 4px 12px;
border-radius: 8px;
text-decoration: none;
font-size: 1.2rem;
font-weight: 600;
transition: all 0.2s;
touch-action: manipulation;
}
.pagination-current:hover {
background: var(--border);
border-color: var(--text-secondary);
}
@media (max-width:1200px) {
.content-layout {
grid-template-columns:1fr;