diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index b25796d0..10d5c104 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -114,11 +114,38 @@ diff --git a/static/src/scss/app.scss b/static/src/scss/app.scss index 0aa8b512..714757db 100644 --- a/static/src/scss/app.scss +++ b/static/src/scss/app.scss @@ -285,4 +285,10 @@ label.list-label { nav.navbar { margin-bottom: 0; +} + +a.a-img { + &:hover { + text-decoration: none; + } } \ No newline at end of file