summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-08-13 21:54:15 +0200
committerAndrew Yu <andrew@andrewyu.org>2022-08-13 21:54:15 +0200
commit6f8f10cb8c5b89e7f0de959c629551949dce22ad (patch)
tree3375e52899a95433c6f9b0b2ed6e858d818a474d /style.css
downloadwebsite-6f8f10cb8c5b89e7f0de959c629551949dce22ad.tar.gz
website-6f8f10cb8c5b89e7f0de959c629551949dce22ad.zip
Initial setup.
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
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;}