diff options
Diffstat (limited to 'stylesheets')
| -rw-r--r-- | stylesheets/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/style.css b/stylesheets/style.css index a57bb72..7d7a48d 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -1,12 +1,12 @@ body { - background: black; + background: #111111; color: #fc6c8e; max-width: 960px; margin-left: auto; margin-right: auto; font-family: "noto sans mono", monospace; - font-size: 16px; + font-size: 12pt; } a { |
