diff options
| author | mion <> | 2026-02-18 18:30:05 +0000 |
|---|---|---|
| committer | mion <> | 2026-02-18 18:30:05 +0000 |
| commit | b309fc4fde4ef7327400ef0e4d6e848e9f3e1ba2 (patch) | |
| tree | 07bc98532a75b0de14ed50d1a0ba91ec21ced020 /stylesheets/style.css | |
| parent | ef14f5fef073149f23a9d55cd7393704045e233b (diff) | |
update
Diffstat (limited to 'stylesheets/style.css')
| -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 { |
