Improve dark link colour

This commit is contained in:
grandeljay 2022-11-08 13:25:20 +01:00
parent bf7de30f8a
commit 74570b5285
2 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,12 @@
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
a {
color: #a291fb;
}
a:hover {
color: #745aff;
}
/** /**
* Button * Button
*/ */

View file

@ -45,6 +45,12 @@ $page->navigation();
echo __('Expired sessions are now removed by wishthis instead of relying on the browser to delete them.'); echo __('Expired sessions are now removed by wishthis instead of relying on the browser to delete them.');
?> ?>
</li> </li>
<li>
<?php
/** TRANSLATORS: Changelog: Improved */
echo __('Dark theme');
?>
</li>
<li> <li>
<?php <?php
/** TRANSLATORS: Changelog: Improved */ /** TRANSLATORS: Changelog: Improved */