diff options
Diffstat (limited to 'www/style.css')
| -rw-r--r-- | www/style.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css index c2e2799..35b47d8 100644 --- a/www/style.css +++ b/www/style.css @@ -1,3 +1,36 @@ +html, body { + font-align: left; + text-decoration: none; + color: black; +} + +html { + background-color: #c2d2c6; +} + body { + margin: 2em auto; + padding: 1em; + font-family: serif; background-color: #e3dfd7; + max-width: 60em; + border: 2px solid #442a13; +} + +a { + text-decoration: none; + outline-style: none; +} + +a:hover { + text-decoration: underline; +} + +hr { + color: #442a13; +} + +h1, h2, h3 { + color: #c48f3b; } + |