If a link is obviously a UI element, don't necessarily underline it

This commit is contained in:
Jason McBrayer 2019-01-28 21:53:58 -05:00
parent bc5e9e091d
commit bc33dbcb9f
2 changed files with 12 additions and 0 deletions

View File

@ -240,7 +240,13 @@ input#id_poll_frequency
text-decoration-style: dotted;
}
.media-content a.level-item
{
text-decoration: none;
}
a.navbar-item span:nth-child(2):before
{
content: " ";
}

View File

@ -224,6 +224,12 @@ body.has-navbar-fixed-top, html.has-navbar-fixed-top {
text-decoration-style: dotted;
}
.media-content a.level-item
{
text-decoration: none;
}
a.navbar-item span:nth-child(2):before
{
content: " ";