From 913b24c0c298ac48866167b18fc36fb542ab8910 Mon Sep 17 00:00:00 2001 From: realtradam Date: Sat, 22 Jun 2024 22:21:33 -0400 Subject: fix styling issues and add more content --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index d187ec8..219393e 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,16 @@ h1, h2, h3, h4, h5, h6 { font-family: "Rubik", sans-serif; font-weight: 800; font-style: normal; +} +h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { + font-family: "Rubik", sans-serif; + font-weight: 800; + font-style: normal; +} +h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { +} +h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { + color: rgb(214 211 209) !important; } -- cgit v1.2.3