summaryrefslogtreecommitdiff
path: root/jthanio
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2020-03-03 14:20:49 -0700
committerJonathan DeMasi <jon.demasi@colorado.edu>2020-03-03 14:20:49 -0700
commit2833c4948bc0716952fcebaf6ee3f38cfe39454b (patch)
tree2086d4390cdb86a84249eb6f9977f124cb50629b /jthanio
parent4afaffdb625913cc37ea6a75733207d76b1d2c25 (diff)
downloadjthanio-2833c4948bc0716952fcebaf6ee3f38cfe39454b.tar
jthanio-2833c4948bc0716952fcebaf6ee3f38cfe39454b.tar.gz
jthanio-2833c4948bc0716952fcebaf6ee3f38cfe39454b.tar.bz2
jthanio-2833c4948bc0716952fcebaf6ee3f38cfe39454b.tar.lz
jthanio-2833c4948bc0716952fcebaf6ee3f38cfe39454b.tar.xz
jthanio-2833c4948bc0716952fcebaf6ee3f38cfe39454b.tar.zst
jthanio-2833c4948bc0716952fcebaf6ee3f38cfe39454b.zip
changes to tags
Diffstat (limited to 'jthanio')
-rw-r--r--jthanio/static/css/jthanio.css4
-rw-r--r--jthanio/templates/navigation.html4
2 files changed, 2 insertions, 6 deletions
diff --git a/jthanio/static/css/jthanio.css b/jthanio/static/css/jthanio.css
index bde2ab6..f1db3ec 100644
--- a/jthanio/static/css/jthanio.css
+++ b/jthanio/static/css/jthanio.css
@@ -1,3 +1,3 @@
-.badge-primary a {
- color: white;
+.badge-light a {
+ color: #000000;
}
diff --git a/jthanio/templates/navigation.html b/jthanio/templates/navigation.html
index 2cd9ae9..54756a2 100644
--- a/jthanio/templates/navigation.html
+++ b/jthanio/templates/navigation.html
@@ -20,10 +20,6 @@
<a class="nav-link" href="#">About</a>
</li>
</ul>
- <form class="form-inline my-2 my-lg-0">
- <input class="form-control mr-sm-2" type="text" placeholder="Search">
- <button class="btn btn-secondary my-2 my-sm-0" type="submit">Search</button>
- </form>
</div>
</div>
</nav> \ No newline at end of file