implement pagination

This commit is contained in:
ghost 2023-08-28 17:30:17 +03:00
parent 1ccc984d90
commit 3ffe4a8651
3 changed files with 42 additions and 2 deletions

View file

@ -77,4 +77,17 @@ header a.logo {
header a.logo > span {
color: #96d9a1;
}
a.button,
a.button:visited,
a.button:active,
a.button:hover,
.button {
background: #5d627d;
color: #ccc;
border: 0;
border-radius: 3px;
padding: 6px 8px;
font-size: 13px;
}