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 @@