diff options
| author | Blaise Thompson <blaise@untzag.com> | 2018-11-07 20:09:53 -0600 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2018-11-07 20:09:53 -0600 |
| commit | 240f81af53b0619fd4e8d727442cfbd507f07a1f (patch) | |
| tree | 162907717b781d44fd28a4d78b5f48b3db49f8b4 /public/style.css | |
| parent | 639bcd5d9d0caa2eb1725fdb4c3c49486f327c31 (diff) | |
2018-11-07 20:09
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/public/style.css b/public/style.css index b9970fe..8a1a7d6 100644 --- a/public/style.css +++ b/public/style.css @@ -1,15 +1,16 @@ a { - text-decoration : none + text-decoration: none; + color: #81a2be; } body { font-family: sans-serif; margin: 40px auto; max-width: 650px; - line-height:1.6; - font-size:16px; - backgroud-color:#ffffff; - color:#454545; - padding:0 10px; - text-align:left; + line-height: 1.6; + font-size: 16px; + background-color: #1d1f21; + color: #c5c8c6; + padding: 0 10px; + text-align: left; } |
