From 0888f273e817c9d860d8d92dde176509637ed0b5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 3 Jan 2025 20:48:53 +0800 Subject: Initial commit --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 style.css (limited to 'style.css') 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;} -- cgit v1.2.3