From bc7eb37e99fb1449baef62a981e3c6e9fe50208c Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Mon, 20 Mar 2023 13:58:01 +0100 Subject: initial commit --- styles/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 styles/style.css (limited to 'styles/style.css') diff --git a/styles/style.css b/styles/style.css new file mode 100644 index 0000000..4ea6483 --- /dev/null +++ b/styles/style.css @@ -0,0 +1,8 @@ +html { + background: black; + font-family: 'Open Sans', sans-serif; +} + +body { + color: white; +} -- cgit v1.2.3