From b286ea40b3ef6d60a20d367ab321db777d6c76ae Mon Sep 17 00:00:00 2001 From: Stephen Kerr Date: Fri, 25 Nov 2022 17:36:21 +0100 Subject: [PATCH] css --- css/style-0.css | 11 +++++++++++ index-0.html | 6 +++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/css/style-0.css b/css/style-0.css index 08cb1c4..b48d771 100644 --- a/css/style-0.css +++ b/css/style-0.css @@ -66,6 +66,13 @@ } } + +a { + color: var(--pantone1); +} +a:hover{ + color: #000; +} body{ font-family: 'worksans', sans-serif; font-weight: 400; @@ -104,6 +111,10 @@ h3{ padding: 0 5mm; text-align: left; } +nav ul li{ + text-decoration: none; + display: inline; +} .note-call::after{ } diff --git a/index-0.html b/index-0.html index 1ce05f8..80d2912 100644 --- a/index-0.html +++ b/index-0.html @@ -36,9 +36,9 @@