commit 36c8cd1f0284f5bb22fac3c3f168d86a0dd79aa3 from: Tobias Heider date: Sat Aug 29 15:49:09 2020 UTC Link highlight color. commit - 681cc463f384032a9b7645cda62c49e21da8fc4a commit + 36c8cd1f0284f5bb22fac3c3f168d86a0dd79aa3 blob - a00e59e149547c3c2eaa38c790c870d5137b4de4 blob + 33b0d700c4ae80225cbc2e70d38562ad07e3f3d6 --- styles.css +++ styles.css @@ -12,4 +12,4 @@ body { a:link { text-decoration: none; font-weight: bold; color: #F55; } a:visited { text-decoration: none; font-weight: bold; color: #F55; } a:active { text-decoration: none; font-weight: bold; color: #F55; } -a:hover { text-decoration: none; color: #F55; } +a:hover { text-decoration: none; color: #FBB; }