add program lines style mobile

This commit is contained in:
isUnknown 2024-09-12 15:39:44 +02:00
parent 38da839b89
commit ea0cb004aa
6 changed files with 68 additions and 38 deletions

View file

@ -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 ?>