]> BookStack Code Mirror - bookstack/blob - resources/views/common/custom-styles.blade.php
Fixes padding issues of the sidebar's items
[bookstack] / resources / views / common / custom-styles.blade.php
1 <style id="custom-styles" data-color="{{ setting('app-color') }}" data-color-light="{{ setting('app-color-light') }}">
2     :root {
3         --color-primary: {{ setting('app-color') }};
4         --color-primary-light: {{ setting('app-color-light') }};
5         --color-bookshelf: {{ setting('bookshelf-color')}};
6         --color-book: {{ setting('book-color')}};
7         --color-chapter: {{ setting('chapter-color')}};
8         --color-page: {{ setting('page-color')}};
9         --color-page-draft: {{ setting('page-draft-color')}};
10     }
11 </style>