1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-12-23 23:02:08 +03:00

Some further dark-mode fixes, added toggle to homepage

- Homepage toggle especially useful for not-logged-in users since they
do not have a dropdown.
This commit is contained in:
Dan Brown
2020-04-12 19:06:34 +01:00
parent b80b6ed942
commit 88dfb40c63
8 changed files with 31 additions and 17 deletions

View 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);