diff --git a/inc/user.css b/inc/user.css index 5639a86..338a0be 100644 --- a/inc/user.css +++ b/inc/user.css @@ -306,6 +306,11 @@ pre code { display: flex; } +.paging_current { + color: #fff; + display: inline; +} + .linkList { padding: 0; } diff --git a/tpl/linklist.paging.html b/tpl/linklist.paging.html index b0c119d..e478f03 100644 --- a/tpl/linklist.paging.html +++ b/tpl/linklist.paging.html @@ -15,6 +15,6 @@
{if="$previous_page_url"} ◄Older {/if} -
page {$page_current} / {$page_max}
+
page {$page_current} / {$page_max}
{if="$next_page_url"} Newer► {/if} \ No newline at end of file