fix table and toc colors

master
bel 2020-03-09 03:06:54 +00:00
parent c067b426a9
commit 3b7aa70e44
2 changed files with 6 additions and 2 deletions

View File

@ -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
View File