diff options
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;} |
