diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,10 +17,10 @@ body { h1, h2, h3 { line-height: 1.2 } -a:link { color: blue; } -a:visited { color: blue; } -a:hover { color: blue; } -a:active { color: blue; } +a:link { color: #3273dc; text-decoration: none; } +a:visited { color: #3273dc; } +a:hover { text-decoration: underline } +a:active { color: #3273dc; } .center { text-align: center } |