From f0ec85d635c4321da82c8aa94e8035a0cd93a70b Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 21 Jun 2020 14:36:24 +0300 Subject: [PATCH] Fix link color to be nicer (especially in dark mode). --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 0d68a5b..5cedc0a 100644 --- a/src/index.css +++ b/src/index.css @@ -30,3 +30,7 @@ body:before { display: flex; flex-direction: column; } + +a { + color: #00b0ff; +}