mirror of
https://gitlab.com/brutaldon/brutaldon.git
synced 2024-12-04 14:46:24 -05:00
If a link is obviously a UI element, don't necessarily underline it
This commit is contained in:
parent
bc5e9e091d
commit
bc33dbcb9f
@ -240,7 +240,13 @@ input#id_poll_frequency
|
|||||||
text-decoration-style: dotted;
|
text-decoration-style: dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-content a.level-item
|
||||||
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
a.navbar-item span:nth-child(2):before
|
a.navbar-item span:nth-child(2):before
|
||||||
{
|
{
|
||||||
content: " ";
|
content: " ";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -224,6 +224,12 @@ body.has-navbar-fixed-top, html.has-navbar-fixed-top {
|
|||||||
text-decoration-style: dotted;
|
text-decoration-style: dotted;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.media-content a.level-item
|
||||||
|
{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
a.navbar-item span:nth-child(2):before
|
a.navbar-item span:nth-child(2):before
|
||||||
{
|
{
|
||||||
content: " ";
|
content: " ";
|
||||||
|
Loading…
Reference in New Issue
Block a user