diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-03 20:48:53 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-03 20:48:53 +0800 |
commit | 0888f273e817c9d860d8d92dde176509637ed0b5 (patch) | |
tree | ecd20d27a489b21d5584fea2f7a7a41c3371c89f /style.css | |
download | website-master.tar.gz website-master.tar.zst website-master.zip |
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;} |