From a470be70fcd888f82dbb020a3a4109f261953452 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 7 Sep 2022 14:27:30 -0400 Subject: [PATCH] Nav link styling --- src/static/css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/static/css/style.css b/src/static/css/style.css index 6941178..539790e 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -24,6 +24,11 @@ body{ border-bottom: 2px solid #949494; } +.nav-item{ + font-family: "pp-neue-machina", sans-serif; + text-transform: uppercase; +} + /* Brand Colors */ .teal{