Update skeleton-dark.css

This commit is contained in:
Julian Prieber 2022-05-13 15:02:56 +02:00
parent d5418256a9
commit 8321a91b4a

View File

@ -114,7 +114,9 @@ p {
/* Links
*/
a {
color: #0085FF; }
color: #0085FF;
text-decoration: none;
}
a:hover {
color: #0085FF; }