From e58a60ed18bde5db28ba96910df518a61b3999b2 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 26 Apr 2021 17:06:13 -0500 Subject: Refactor jsut about everything --- dotsandboxes/web/dotsandboxes.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dotsandboxes/web/dotsandboxes.css (limited to 'dotsandboxes/web/dotsandboxes.css') diff --git a/dotsandboxes/web/dotsandboxes.css b/dotsandboxes/web/dotsandboxes.css new file mode 100644 index 0000000..71b1d3b --- /dev/null +++ b/dotsandboxes/web/dotsandboxes.css @@ -0,0 +1,10 @@ + +.footer { + color: #B3B3B3; + margin-bottom: 1ex; +} + +.footer a { + color: #87A0B3; +} + -- cgit v1.2.3