diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 11:06:16 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 11:06:16 +0800 |
commit | 14e69bb99dc73094094157a2a4119f33991e99bf (patch) | |
tree | 9dea0c1485c9cd1ae8ba842651ba5d5908af9acb /plain.css | |
parent | 67893744abe831c71a0cb97a75abdc3d3dc77895 (diff) | |
download | www-14e69bb99dc73094094157a2a4119f33991e99bf.tar.gz |
revamp
Diffstat (limited to 'plain.css')
-rw-r--r-- | plain.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plain.css b/plain.css index a1e9f24..e50d8f6 100644 --- a/plain.css +++ b/plain.css @@ -3,8 +3,9 @@ body { color: #552800; margin: auto; max-width: 60em; + width: 96%; } -a.link {color:#0000A0;} +a.link {color: #0000A0;} a.visited {color: #A000A0;} a.active {color: #00A000;} |