]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_lists.scss
Some further dark-mode fixes, added toggle to homepage
[bookstack] / resources / sass / _lists.scss
index 5eb672697ab52e7c935b82f149ffb8808dafc701..32c56f385c1e470aa9f5a2b48528d6148f3fb16c 100644 (file)
@@ -581,6 +581,8 @@ ul.pagination {
     @include lightDark(color, #555, #eee);
     fill: currentColor;
     white-space: nowrap;
+    line-height: 1.6;
+    cursor: pointer;
     &:hover, &:focus {
       text-decoration: none;
       background-color: var(--color-primary-light);