From c69e68df0c561d16b391c4eb6479d5d0e41e0a88 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Tue, 20 Jun 2023 18:07:36 -0500 Subject: [PATCH] remove link coloring --- index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 0403137..11d4b8e 100644 --- a/index.html +++ b/index.html @@ -12,11 +12,9 @@ -
-

Barrett Ruth

- - -
+

Barrett Ruth

+ +

Projects

@@ -25,6 +23,9 @@ font-family: et-book; src: url(et-book.ttf); } + a { + color: inherit; + } body { font-family: et-book; font-size: 1.5em;