add program lines style mobile
This commit is contained in:
parent
38da839b89
commit
ea0cb004aa
6 changed files with 68 additions and 38 deletions
|
|
@ -32,7 +32,7 @@
|
|||
<?php if ($page->color()->exists()): ?>
|
||||
<style>
|
||||
:root {
|
||||
--color-accent: <?= $page->color() ?>;
|
||||
--color-accent: <?= e($page->color()->isNotEmpty() == 'true', $page->color(), '#000') ?>;
|
||||
}
|
||||
</style>
|
||||
<?php endif ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue