diff options
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -16,6 +16,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; } </style> </head> |