From bd298541c5fccf9aa33eddb367aa0c26d996149e Mon Sep 17 00:00:00 2001 From: gnat Date: Sun, 27 Oct 2024 20:55:22 -0700 Subject: [PATCH] fix odette's weirdness --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..dc2504b --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { + background-color: #ebdbb2; + color:#282828; +} +a { + text-decoration: none; +}