From da19f26963b768f7d3ab0c9a3e8c5fd25c14b96c Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Mon, 23 Oct 2023 21:00:33 -0700 Subject: [PATCH] Style tweaks --- src/index.html | 1 + src/style.css | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/style.css diff --git a/src/index.html b/src/index.html index 5305603..2873898 100644 --- a/src/index.html +++ b/src/index.html @@ -3,6 +3,7 @@ Spazer +

Spazer

diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..bf9c831 --- /dev/null +++ b/src/style.css @@ -0,0 +1,9 @@ +body { + background: #060606; + color: white; + font-family: "Fira Sans"; + font-size: 20pt; +} +a { + color: grey; +}