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