From c41d9fdd0744be34a45401e851dbe31893a2f472 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Sun, 24 Feb 2019 13:57:50 +0100 Subject: [PATCH] Add link to the code in the footer. --- views/layout.php | 2 +- webroot/static/css/common.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/views/layout.php b/views/layout.php index 4408a06..2c7b87d 100644 --- a/views/layout.php +++ b/views/layout.php @@ -10,7 +10,7 @@ \ No newline at end of file diff --git a/webroot/static/css/common.css b/webroot/static/css/common.css index a93de49..2d5ac69 100644 --- a/webroot/static/css/common.css +++ b/webroot/static/css/common.css @@ -97,6 +97,8 @@ footer font-weight: 700; text-align: center; } +footer a +{ color: #8E8E8E; text-decoration: none; } @media screen and (max-width: 640px) {