From 8ad18359b8700fec77f4c2b424487e3ecf810b04 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Sun, 2 Dec 2018 18:18:23 -0800 Subject: [PATCH] Only hide underline in page title link --- src/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index b52d44bc..f2f9ba7b 100644 --- a/src/App.css +++ b/src/App.css @@ -20,7 +20,7 @@ body { background-color: rgba(59, 83, 90, 0.9); } -a { +h1 a { text-decoration: none; }