Remove underlines from article headers
This commit is contained in:
parent
51fd055576
commit
c53061f63d
|
@ -12,6 +12,10 @@ a.external {
|
|||
background-repeat: no-repeat;
|
||||
padding-right: 15px;
|
||||
}
|
||||
.toclink:not(:hover) {
|
||||
text-decoration: none;
|
||||
outline: none;
|
||||
}
|
||||
.content {
|
||||
max-width: 600px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user