per-board "Emphasize due date" with global default (v1.4)

This commit is contained in:
2026-07-08 09:00:50 -03:00
parent 850127e712
commit c747d33491
7 changed files with 92 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
<?php if ($this->OrganonProjectHelper->isEmphasizeDueDate()): ?>
<style>.task-date { font-size: 1.25em; font-weight: bold; }</style>
<?php endif ?>