Files
OrganonTweaks/Template/layout/emphasize_duedate.php

4 lines
149 B
PHP
Raw Permalink Normal View History

<?php if ($this->OrganonProjectHelper->isEmphasizeDueDate()): ?>
<style>.task-date { font-size: 1.375em; font-weight: bold; }</style>
<?php endif ?>