summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--header.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/header.php b/header.php
index 870ada6..af9fb51 100644
--- a/header.php
+++ b/header.php
@@ -81,10 +81,10 @@
font-family: "Indie Flower", cursive;
}
-em {
+ em {
color: var(--darkteal);
-}
+ }
section {
font-size: 1.5em;
@@ -289,6 +289,7 @@ em {
<nav>
<a href="/#contact">Contact Me</a>
<a href="/#reviews">Reviews</a>
+ <a href="/tutors">Tutors</a>
<a href="/about">About</a>
<a href="/policies">Policies</a>
<a href="/#pricing">Pricing</a>