From 1e497623c5e37d235294fe8e0d40365787706316 Mon Sep 17 00:00:00 2001 From: dongdigua Date: Fri, 2 Dec 2022 13:47:08 +0800 Subject: [PATCH] misc update after two week at school --- gopher_collections.gmi.txt | 1 + index.html | 16 +++++++++------- js/random-quote.js | 3 ++- re.gmi.txt | 1 + 4 files changed, 13 insertions(+), 8 deletions(-) create mode 120000 gopher_collections.gmi.txt create mode 120000 re.gmi.txt 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}