| Current Path : /var/www/html/bookstack/storage/framework/views/ |
| Current File : /var/www/html/bookstack/storage/framework/views/5db77924900b9e73f2fb74c79766831feeeb033f.php |
<style id="custom-styles" data-color="<?php echo e(setting('app-color')); ?>" data-color-light="<?php echo e(setting('app-color-light')); ?>">
:root {
--color-primary: <?php echo e(setting('app-color')); ?>;
--color-primary-light: <?php echo e(setting('app-color-light')); ?>;
--color-bookshelf: <?php echo e(setting('bookshelf-color')); ?>;
--color-book: <?php echo e(setting('book-color')); ?>;
--color-chapter: <?php echo e(setting('chapter-color')); ?>;
--color-page: <?php echo e(setting('page-color')); ?>;
--color-page-draft: <?php echo e(setting('page-draft-color')); ?>;
}
</style>
<?php /**PATH /var/www/html/bookstack/resources/views/common/custom-styles.blade.php ENDPATH**/ ?>