Fix button border color
- Remove bottom borders on links and use text-decoration: underline instead - Use sans-serif font for button text
This commit is contained in:
@@ -410,14 +410,7 @@ $button-size: 1.5rem;
|
||||
// Dotted line underlines for links
|
||||
p > a,
|
||||
li > a {
|
||||
border-bottom: 1px dotted lighten($link-color, 50);
|
||||
&:hover {
|
||||
border-bottom-style: solid;
|
||||
}
|
||||
}
|
||||
p > a.reversefootnote,
|
||||
li > a.reversefootnote {
|
||||
border-bottom-width: 0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
.toc {
|
||||
|
||||
Reference in New Issue
Block a user