Improve darkmode link colour contrast.
1 files changed, 2 insertions(+), 0 deletions(-) M index.html
M index.html => index.html +2 -0
@@ 35,6 35,8 @@ background: black; color: #eee; } + :link {color: #99f;} + :visited {color: #c0c;} } </style> </head>