From a7848665f1ca6df2a2d3e1073cf7a925a47b588b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 3 Jun 2019 12:26:29 -0400 Subject: adjust approach to header links --- static/grapheneos.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/grapheneos.css') diff --git a/static/grapheneos.css b/static/grapheneos.css index 4be5a2ad..48166f3e 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -26,6 +26,10 @@ a:hover { text-decoration: underline; } +h1 a, h1 a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited, h4 a, h4 a:visited, h5 a, h5 a:visited, h6 a, h6 a:visited { + color: rgba(0, 0, 0, 0.87); /* 87% black */ +} + pre { overflow-x: auto; } -- cgit v1.3.1