summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscottj <jones.scott0391@gmail.com>2021-08-14 15:26:12 -0700
committerscottj <jones.scott0391@gmail.com>2021-08-14 15:26:12 -0700
commit92628707867104138b8d243b1e50b8230f66b74e (patch)
tree907dd08445d7ea2ebddc3aa996ac9ddfa60610ee
parentbc7d659b1fb61b453ca90e34f7cfb295542295e1 (diff)
small css adjustments
-rw-r--r--header.html.erb2
-rw-r--r--output/recipes.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/header.html.erb b/header.html.erb
index cf687d0..3a262da 100644
--- a/header.html.erb
+++ b/header.html.erb
@@ -1,7 +1,7 @@
<nav>
<a href="../index.html"><img src="../images/pantry-of-plants-logo.png" class="logo"></a>
<div class="nav-text-outer">
- <a href="recipes.html" class="nav-text">Recipes</a>
+ <a href="recipes.html" class="nav-text" id="active">Recipes</a>
<a href="../about.html" class="nav-text">About</a>
</div>
</nav>
diff --git a/output/recipes.html b/output/recipes.html
index 07ed63e..bde9176 100644
--- a/output/recipes.html
+++ b/output/recipes.html
@@ -7,7 +7,7 @@
<nav>
<a href="../index.html"><img src="../images/pantry-of-plants-logo.png" class="logo"></a>
<div class="nav-text-outer">
- <a href="recipes.html" class="nav-text">Recipes</a>
+ <a href="recipes.html" class="nav-text" id="active">Recipes</a>
<a href="../about.html" class="nav-text">About</a>
</div>
</nav>