From 355d4ce3c25a235d53b629dc7006ad47f0e56067 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 14 May 2024 19:19:01 +0100 Subject: Further tidying --- pyblackbird_cc/static/css/project.css | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'pyblackbird_cc/static/css') diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css index 05ef176..401c8c4 100644 --- a/pyblackbird_cc/static/css/project.css +++ b/pyblackbird_cc/static/css/project.css @@ -32,9 +32,22 @@ body { background-color: #eee; } -/*h2 {*/ -/* color: #657c76;*/ -/*}*/ +h1 { + color: #657c76; + font-size: 1.8rem; + font-weight: bold; + +} + +a { + font-size: inherit; + color: #394f49; + text-decoration: none; +} + +header { + margin-top: 30px; +} /*h2 {*/ /* color: #4e8273;*/ -- cgit v1.2.3