mirror of
https://gitlab.com/brutaldon/brutaldon
synced 2025-06-05 21:49:32 +02:00
If a link is obviously a UI element, don't necessarily underline it
This commit is contained in:
@@ -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: " ";
|
||||
}
|
||||
|
||||
|
@@ -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: " ";
|
||||
|
Reference in New Issue
Block a user