Files
docs/docs/extra.css
T
Mcat12 a93880b5a9 Fix broken FTLDNS config links
The links use a new `anchor` CSS class attached to an invisible `div`.
The class makes sure that the config option is not covered by the header
when you go to its link.

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2019-01-16 19:23:39 -08:00

27 lines
590 B
CSS

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i');
.md-nav {
font-size: 14px;
line-height: 1.4;
}
.md-typeset {
font-size: 14px;
line-height: 1.5;
}
body, input {
font-family: "Source Sans Pro", "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
color: black;
}
.md-typeset code, .md-typeset pre {
display: inline-block;
white-space: pre-wrap;
color: rgb(83, 43, 168);
}
.anchor {
display: block;
content: " ";
margin-top: -50px;
height: 50px;
visibility: hidden;
pointer-events: none;
}