This commit is contained in:
Christophe HENRY 2021-03-04 14:17:02 +01:00
parent 1900f3c03b
commit fcfa98f5d6
2 changed files with 6 additions and 4 deletions

2
TODO
View File

@ -10,3 +10,5 @@
* Use first h1 as the HTML page title on get in config? * Use first h1 as the HTML page title on get in config?
* On links indicate whether it's on Gemini or Www or image. * On links indicate whether it's on Gemini or Www or image.
* Command line API for script and testing. * 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]

View File

@ -1,6 +1,6 @@
html { html {
font-family: sans-serif; font-family: sans-serif;
font-size:16px; font-size:1em;
color:#1E4147; color:#1E4147;
background-color:#fafafa; background-color:#fafafa;
} }
@ -27,7 +27,7 @@ h1,h2,h3{
} }
h1 { h1 {
text-align: center; margin-top: 1em;
margin-bottom: 1em; margin-bottom: 1em;
} }
@ -60,7 +60,7 @@ pre {
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1024px) {
body { body {
margin: 2em; margin: 3em;
} }
h1 { h1 {
font-size: 4em; font-size: 4em;
@ -71,7 +71,7 @@ pre {
h3 { h3 {
font-size: 3em; font-size: 3em;
} }
p, pre { p, pre, ul {
font-size: 2.6em; font-size: 2.6em;
} }
} }