mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
2dfe6c2d56
- Updated linked images to have obvious focus styles - Added proper role to notifications - Made dropdown list focus styles a bit nicer. - Updated book list chapter child slide down to be keyboard activatable. Related to #1320
6 lines
263 B
PHP
6 lines
263 B
PHP
<style id="custom-styles" data-color="{{ setting('app-color') }}" data-color-light="{{ setting('app-color-light') }}">
|
|
:root {
|
|
--color-primary: {{ setting('app-color') }};
|
|
--color-primary-light: {{ setting('app-color-light') }};
|
|
}
|
|
</style> |