Update mail.php (#6094)

In the email summary, the "see online" link to the content is not easy to see. I suggest to make it bold.
This commit is contained in:
Marc Farré 2023-02-10 12:01:32 +01:00 committed by GitHub
parent 032aea3dd3
commit 8077edc1ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ use yii\helpers\Html;
<span
style="text-decoration: none; color: <?= $this->theme->variable('primary') ?>;"> - <a
href="<?= $url ?>"
style="text-decoration: none; color: <?= $this->theme->variable('primary') ?>; "><?= Yii::t('ActivityModule.base', 'see online') ?></a></span>
style="text-decoration: none; color: <?= $this->theme->variable('primary') ?>; font-weight: bold;"><?= Yii::t('ActivityModule.base', 'see online') ?></a></span>
<!-- END: CONTENT LINK -->
<?php endif; ?>
</div>