diff --git a/gopher_collections.gmi.txt b/gopher_collections.gmi.txt new file mode 120000 index 0000000..599a1b0 --- /dev/null +++ b/gopher_collections.gmi.txt @@ -0,0 +1 @@ +gmi/gopher_collections.gmi \ No newline at end of file diff --git a/index.html b/index.html index 45d1109..9786690 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,9 @@ .home{position:absolute;width:100%;text-align:center} .home pre{max-width:80ch;padding:0 1rem;margin-left:auto;margin-right:auto;line-height:1.5em;overflow:auto;display:inline-block;text-align:left} pre{font-family:dejavu sans mono,monospace;margin:1rem} - #quote{color:#66ccff;font-style:italic} + #quote{color:#66ccff;font-style:italic;text-align:center} + #comment{color:grey;font-style:italic} + body,#normal{color:#dcdccc}