Styles shouldn't apply to ::before
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:27:47 +0000 (07:27 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Fri, 21 Jun 2019 14:27:47 +0000 (07:27 -0700)
static/css/style.css

index 9996c9fdbe66bd53f9ab39d394aab8f587b2521f..a3c25209d0d9c5e9ae65a01c0e93a23cf4d5625a 100644 (file)
@@ -27,7 +27,7 @@ a {
   transition: all 0.15s;
 }
 
-a:not(.nav-link):not(.navbar-brand) {
+a:not(.nav-link):not(.navbar-brand):not(::before) {
   text-decoration: underline;
 }