~acdw/tssg

28ed5bafeccf4d9945c057193259de593060eca6 — Case Duckworth 5 years ago b48dd6b
Add li and #toc styling
1 files changed, 3 insertions(+), 1 deletions(-)

M hd.txt
M hd.txt => hd.txt +3 -1
@@ 1,10 1,12 @@
<!DOCTYPE html>
<meta charset=utf-8>
<style>
*{display:block;max-width:6in;margin:2%;}
*{display:block;max-width:6in;margin:2%;position:relative;}
title{font-size:2em;}
style{display:none;}
p:before{content:"\b6";}
a[href='index.html']{display:none;}
footer{position:fixed;bottom:0;right:0;color:darkgray;}
li::before{content:"/";position:absolute;left:-1em;}
#toc::before{content:"pages";font-size:2em;}
</style>