From 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Sun, 12 Jul 2026 11:08:50 +0200 Subject: update --- gopher/style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 gopher/style.css (limited to 'gopher/style.css') diff --git a/gopher/style.css b/gopher/style.css new file mode 100755 index 0000000..86933c6 --- /dev/null +++ b/gopher/style.css @@ -0,0 +1,23 @@ +body,html { + background-color:#046786; + color: #E0E0E0; + font-family:monospace; + font-size:1.1em; + height:100%; +} +body { + margin: 0 auto; + max-width: 67ch; + min-height:100%; +} +h1,h2,h3,h4 { + color:#f1fa19; +} +h1 { + border-bottom: 1px solid #ffffff; + padding-bottom: 4px; +} +p { + text-align: justify; +} +a { color: #ffffff;} -- cgit v1.3.1