From 4f570bb752613894f03ebf1954b87aabe9cafc6f Mon Sep 17 00:00:00 2001 From: Games-From-Flash <101436743+Games-From-Flash@users.noreply.github.com> Date: Sun, 13 Mar 2022 08:49:29 -0400 Subject: [PATCH] Create style.css --- dev/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev/style.css diff --git a/dev/style.css b/dev/style.css new file mode 100644 index 0000000..0f8401a --- /dev/null +++ b/dev/style.css @@ -0,0 +1,11 @@ +body { + background: #3e3f57 +} + +.paragraph { + font-family: 'Amaranth', sans-serif; +} + +.h1 { + font-family: 'Amaranth', sans-serif; +}