mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Cleaned up dark mode styles inc. setting browser color scheme
Forces browser colorscheme based on BookStack color scheme, via 'color-scheme' css property. Sets proper dark mode colors for some previously missed areas like templates and attachment control buttons. Also fixed search bar icon position for some search inputs.
This commit is contained in:
@ -284,7 +284,8 @@
|
||||
padding-inline-start: $-m;
|
||||
}
|
||||
li {
|
||||
border: 1px solid #DDD;
|
||||
border: 1px solid;
|
||||
@include lightDark(border-color, #DDD, #666);
|
||||
margin-top: -1px;
|
||||
min-height: 38px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user