]> BookStack Code Mirror - bookstack/blob - resources/views/partials/custom-styles.blade.php
Add the "Create Shelf" resp. "Create Book" to the home view
[bookstack] / resources / views / partials / 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     }
6 </style>