]> BookStack Code Mirror - bookstack/blob - resources/views/partials/custom-styles.blade.php
Update settings.php
[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>