'disabled' newer/older links cannot be interacted with

This commit is contained in:
Zachary Snow
2018-05-29 10:50:28 -07:00
parent 6df63d4137
commit 3ed17949c3
3 changed files with 6 additions and 4 deletions

View File

@@ -111,7 +111,8 @@ section {
text-decoration: underline; }
.items a.page.empty {
color: #969499;
text-decoration: none; }
text-decoration: none;
cursor: default; }
.item {
padding: 8px 36;