34 lines
657 B
CSS
34 lines
657 B
CSS
.title, h1, h2, h3, h4, h5, .link.title.link-index {
|
|
color: #531414!important;
|
|
}
|
|
|
|
.link.title {
|
|
color: black!important;
|
|
}
|
|
|
|
.toc-menu .link.-active, .toc-menu .hlink.-active {
|
|
box-shadow: inset -2px 0 #7c2828!important;
|
|
}
|
|
|
|
ul.heading-list .hlink, ul.heading-list .hlink:visited {
|
|
color: #414141!important;
|
|
}
|
|
|
|
.menu-toggle:hover, .footer-nav a:hover, .footer-nav a:hover:after, .footer-nav a:hover:before {
|
|
color: #7c2828!important;
|
|
}
|
|
|
|
.code-file-label {
|
|
background: #dcd9d9!important;
|
|
color: #3a0909!important;
|
|
right: 0px;
|
|
opacity: 1!important;
|
|
}
|
|
|
|
a {
|
|
color: #7c2828!important;
|
|
}
|
|
|
|
code {
|
|
color:#3a0909!important;
|
|
} |