commit e9b9ab5444bde934afb7319ded128f84b9ccb195 from: Tobias Heider date: Thu Dec 31 11:49:13 2020 UTC Use underline for links. commit - ded166901d60a707b7b5c848c717f9c531644973 commit + e9b9ab5444bde934afb7319ded128f84b9ccb195 blob - 33b0d700c4ae80225cbc2e70d38562ad07e3f3d6 blob + d89518a9b3c6269fdf0a0610f63d2e781911d576 --- styles.css +++ styles.css @@ -9,7 +9,7 @@ body { background: #1e1f21; color: #EEEFF1; } -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: #FBB; } +a:link { font-weight: bold; color: #F55; } +a:visited { font-weight: bold; color: #F55; } +a:active { font-weight: bold; color: #F55; } +a:hover { color: #FBB; }