From 540f6557d0c5efdb0207333602d5707d51a987d6 Mon Sep 17 00:00:00 2001 From: Gabriel Wolf Date: Mon, 3 Sep 2018 15:42:56 +0100 Subject: [PATCH] Added css stylesheet --- lib/style.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/style.css diff --git a/lib/style.css b/lib/style.css new file mode 100644 index 0000000..adc68fa --- /dev/null +++ b/lib/style.css @@ -0,0 +1,3 @@ +h1 { + color: red; +}