diff options
author | Andrew <andrew@andrewyu.org> | 2022-09-26 07:24:16 +0800 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:27 +0800 |
commit | e28530f7933a8299fbc81dcdec75195d8c95d3af (patch) | |
tree | da5bc3dbd11c7b7076dcf3b2cc271ecd6846bfb6 /plain.css | |
parent | a35004cb445ae80c1ef2123821faf42014149acb (diff) | |
download | www-e28530f7933a8299fbc81dcdec75195d8c95d3af.tar.gz |
Indicate copyright tags.
Diffstat (limited to 'plain.css')
-rw-r--r-- | plain.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plain.css b/plain.css index 35c8630..f73bd37 100644 --- a/plain.css +++ b/plain.css @@ -3,6 +3,10 @@ body { color: #552800; } +body { + color: #222222; +} + a.link {color: #0000A0;} a.visited {color: #A000A0;} a.active {color: #00A000;} |