diff --git a/themes/lumbung-theme/static/css/main.css b/themes/lumbung-theme/static/css/main.css index 0ab6a85..e39a288 100644 --- a/themes/lumbung-theme/static/css/main.css +++ b/themes/lumbung-theme/static/css/main.css @@ -663,6 +663,17 @@ li.page-item:last-child::after { display: none; } +li.page-item:nth-last-child(2) { + border: none; + text-decoration: none; +} + +li.page-item:nth-last-child(2)::before, +li.page-item:nth-last-child(2)::after { + display: none; +} + + li.page-item a { text-decoration: none; }