Improve dark link colour
This commit is contained in:
parent
bf7de30f8a
commit
74570b5285
2 changed files with 13 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
|||
@media (prefers-color-scheme: dark) {
|
||||
|
||||
a {
|
||||
color: #a291fb;
|
||||
}
|
||||
a:hover {
|
||||
color: #745aff;
|
||||
}
|
||||
|
||||
/**
|
||||
* Button
|
||||
*/
|
||||
|
|
|
@ -45,6 +45,12 @@ $page->navigation();
|
|||
echo __('Expired sessions are now removed by wishthis instead of relying on the browser to delete them.');
|
||||
?>
|
||||
</li>
|
||||
<li>
|
||||
<?php
|
||||
/** TRANSLATORS: Changelog: Improved */
|
||||
echo __('Dark theme');
|
||||
?>
|
||||
</li>
|
||||
<li>
|
||||
<?php
|
||||
/** TRANSLATORS: Changelog: Improved */
|
||||
|
|
Loading…
Reference in a new issue