diff options
| author | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
|---|---|---|
| committer | Philip Wittamore <philip@wittamore.com> | 2026-07-12 11:08:50 +0200 |
| commit | 420ceb49b53a8fa9d8ba8443e42e50cd7bd7cea9 (patch) | |
| tree | 3009f0564d75e3f7d1ca38507e7ebb92deaded07 /gopher/style.css | |
update
Diffstat (limited to 'gopher/style.css')
| -rwxr-xr-x | gopher/style.css | 23 |
1 files changed, 23 insertions, 0 deletions
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;} |
