From 00ebc681b1be85f23a8ed9de0817039dadcc454b Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 21:46:19 +0100 Subject: [PATCH] Style Gallery Title --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index eb8cf2a..7b4a0f5 100644 --- a/css/style.css +++ b/css/style.css @@ -33,6 +33,12 @@ body { height: 3em; } +.page-footer a { + font-weight: bold; + color: #ffffff; + text-decoration: none; +} + .page-header .title { font-size: 2em; vertical-align: center;