fix table and toc colors
parent
c067b426a9
commit
3b7aa70e44
|
|
@ -79,9 +79,13 @@ const defaultWrapper = `
|
|||
}
|
||||
</style>
|
||||
<style>
|
||||
thead, tr:nth-child(2n) {
|
||||
background-color:#3e0a2b;
|
||||
background-color:#300330 !important;
|
||||
}
|
||||
nav {
|
||||
display: block;
|
||||
background: #161f27;
|
||||
background: #300330;
|
||||
padding: .5pt;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
|
@ -98,7 +102,7 @@ const defaultWrapper = `
|
|||
body > form > textarea {
|
||||
margin-top: 2.5em;
|
||||
}
|
||||
body > h2 {
|
||||
body > h2:nth-child(2) {
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
padding: .25em;
|
||||
|
|
|
|||
Loading…
Reference in New Issue