mirror of
https://github.com/humhub/humhub.git
synced 2025-04-22 16:11:55 +02:00
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:
parent
032aea3dd3
commit
8077edc1ac
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user