mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-24 23:18:45 +02:00
24 lines
350 B
PHP
24 lines
350 B
PHP
@push('linkstack-body-end')
|
|
<script>
|
|
BackgroundCheck.init({
|
|
targets: '.dynamic-contrast',
|
|
images: 'body'
|
|
});
|
|
</script>
|
|
@endpush
|
|
|
|
@push('linkstack-head-end')
|
|
<style>
|
|
.background--light {
|
|
color: black !important;
|
|
}
|
|
|
|
.background--dark {
|
|
color: white !important;
|
|
}
|
|
|
|
.background--complex {
|
|
color: gray !important;
|
|
}
|
|
</style>
|
|
@endpush |