From cf28e523618bbee6c3052dcece8b3f58ef53397d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 4 May 2019 18:08:56 -0400 Subject: [PATCH] replace placeholder link colors --- static/grapheneos.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/grapheneos.css b/static/grapheneos.css index 6bf9cdc4..4fee6589 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -14,12 +14,12 @@ body { } a { - color: #0000ee; + color: #1565c0; /* blue800 */ text-decoration: none; } a:visited { - color: #551a8b; + color: #6a1b9a; /* purple800 */ } a:hover {