Changed color of links to make is less flashy

This commit is contained in:
Lionel Laffineur 2023-07-21 11:50:14 +02:00
parent ccae72f2fa
commit 6278c57a74

View file

@ -1,8 +1,8 @@
/** @author Ondrej Valka, http://valka.info */
/** Icons by https://tabler-icons.io/ (https://github.com/tabler/tabler-icons) */
body { color: rgb(0, 0, 0); background: #fff; font: 90%/1.25 Verdana, Arial, Helvetica, sans-serif; margin: 0; width: -moz-fit-content; width: fit-content; }
a { color: blue; text-decoration: none; }
a:visited { color: blue; }
a { color: #0051cc; text-decoration: none; }
a:visited { color: #0051cc; }
a:link:hover, a:visited:hover { color: red; text-decoration: underline; }
a.text:hover { text-decoration: none; }
a.jush-help:hover { color: inherit; }