diff --git a/TODO b/TODO index 93e9ce8..8e85554 100644 --- a/TODO +++ b/TODO @@ -10,3 +10,5 @@ * Use first h1 as the HTML page title on get in config? * On links indicate whether it's on Gemini or Www or image. * Command line API for script and testing. +* Manage anchors +* Page menu on upper and lower sides: [parent dir] [root dir] [inline images] [raw response] [view cert] diff --git a/htmgem.css b/htmgem.css index c29869f..580f8ba 100644 --- a/htmgem.css +++ b/htmgem.css @@ -1,6 +1,6 @@ html { font-family: sans-serif; - font-size:16px; + font-size:1em; color:#1E4147; background-color:#fafafa; } @@ -27,7 +27,7 @@ h1,h2,h3{ } h1 { - text-align: center; + margin-top: 1em; margin-bottom: 1em; } @@ -60,7 +60,7 @@ pre { @media only screen and (max-width: 1024px) { body { - margin: 2em; + margin: 3em; } h1 { font-size: 4em; @@ -71,7 +71,7 @@ pre { h3 { font-size: 3em; } - p, pre { + p, pre, ul { font-size: 2.6em; } }