1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
.md-content a:link {
text-decoration:underline;
}
.md-typeset a:hover {
color: #abb9c1;
text-decoration:underline;
}
.md-typeset h1 {
font-size: 32px;
font-family: Content-font, Roboto, sans-serif;
font-weight: 500;
line-height: 1.5;
color: #28292d;
}
.md-typeset h1::after {
width:93%;
height:2px;
background: #283551;
content:"";
display: block;
margin-top: 1px;
opacity: 0.3;
}
.md-typeset h2 {
font-size: 24px;
font-family: Content-font, Roboto, sans-serif;
font-weight: 700;
line-height: 1.5;
color: #28292d;
}
.md-typeset h2::after {
width:100%;
height:1px;
background: #283551;
content:"";
display: block;
margin-top: -5px;
opacity: 0.2;
}
|