From d1e499627d22ea10dffee9e3f3d23353753b4475 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 15 May 2019 15:09:56 -0400 Subject: [PATCH] add clubs and labs link --- tjhsst/static/style.css | 9 +++++++-- tjhsst/templates/base.html | 6 ++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/tjhsst/static/style.css b/tjhsst/static/style.css index c5fa2bb..7da4d64 100644 --- a/tjhsst/static/style.css +++ b/tjhsst/static/style.css @@ -86,8 +86,13 @@ html, body { text-align: center; } -.login-button, .login-button:hover { - text-decoration:none; +.navbar-link { + padding:5px; + color:white; +} + +span.fa-user{ + padding-left:7px; } @media (max-width: 991px) { diff --git a/tjhsst/templates/base.html b/tjhsst/templates/base.html index 6766480..a089f94 100644 --- a/tjhsst/templates/base.html +++ b/tjhsst/templates/base.html @@ -42,6 +42,12 @@

TJHSST

{% endif %}