Make header linkable + fix bug
This commit is contained in:
parent
6cc935dfbc
commit
b57d2bcf52
13 changed files with 124 additions and 163 deletions
|
@ -136,6 +136,24 @@ pre>code {
|
|||
padding: 10px !important;
|
||||
}
|
||||
|
||||
a.header-anchor{
|
||||
text-decoration: none;
|
||||
color: #1c2d41;
|
||||
}
|
||||
|
||||
a.header-anchor i{
|
||||
font-size: 10pt;
|
||||
color: #3c4858;
|
||||
display: none;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
a.header-anchor:hover i{
|
||||
display: inline-block;
|
||||
}
|
||||
a.header-anchor code{
|
||||
color: #e83e8c;
|
||||
}
|
||||
|
||||
.navbar-toggler {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue