diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..954e71d --- /dev/null +++ b/style.css @@ -0,0 +1,8 @@ +body { + background-color: #F8F4E7; + color: #552800; +} + +a.link {color: #0000A0;} +a.visited {color: #A000A0;} +a.active {color: #00A000;} |