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