diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-06-22 16:25:49 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-06-22 16:25:49 -0500 |
commit | 26bbd1c75e83d0642f93c07cb8486525d40da0b1 (patch) | |
tree | 65705776395f8e805053c2ed7f6e15e9d631f52f /public |
initial commit
Diffstat (limited to 'public')
-rw-r--r-- | public/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..8a1a7d6 --- /dev/null +++ b/public/style.css @@ -0,0 +1,16 @@ +a { + text-decoration: none; + color: #81a2be; +} + +body { + font-family: sans-serif; + margin: 40px auto; + max-width: 650px; + line-height: 1.6; + font-size: 16px; + background-color: #1d1f21; + color: #c5c8c6; + padding: 0 10px; + text-align: left; +} |