]> BookStack Code Mirror - bookstack/blob - resources/views/partials/custom-styles.blade.php
Finished migration of last angular code
[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     header, [back-to-top], .primary-background {
3         background-color: {{ setting('app-color') }} !important;
4     }
5     .faded-small, .primary-background-light {
6         background-color: {{ setting('app-color-light') }};
7     }
8     .button-base, .button, input[type="button"], input[type="submit"] {
9         background-color: {{ setting('app-color') }};
10     }
11     .button-base:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, .button:focus {
12         background-color: {{ setting('app-color') }};
13     }
14     .nav-tabs a.selected, .nav-tabs .tab-item.selected {
15         border-bottom-color: {{ setting('app-color') }};
16     }
17     .text-primary, p.primary, p .primary, span.primary:hover, .text-primary:hover, a, a:hover, a:focus, .text-button, .text-button:hover, .text-button:focus {
18         color: {{ setting('app-color') }};
19     }
20 </style>