diff options
-rw-r--r-- | plain.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/plain.css b/plain.css index 3e8af52..33847c8 100644 --- a/plain.css +++ b/plain.css @@ -1,5 +1 @@ -body { - width: 40em; - margin: auto; - font-family: sans-serif; -} +body {background-color: #F8F4E7; color: #552800;} a.link {color:#0000A0;} a.visited {color: #A000A0;} a.active {color: #00A000;} |