mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Added dark/light mode toggle to profile dropdown menu
- Also fixed some remaining areas which needed dark mode support.
This commit is contained in:
@ -603,6 +603,9 @@ ul.pagination {
|
||||
li.border-bottom {
|
||||
border-bottom: 1px solid #DDD;
|
||||
}
|
||||
li hr {
|
||||
margin: $-xs 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Books grid view
|
||||
|
Reference in New Issue
Block a user