Stephen Kerr 2 years ago
parent 07f2f90a41
commit b286ea40b3

@ -66,6 +66,13 @@
} }
} }
a {
color: var(--pantone1);
}
a:hover{
color: #000;
}
body{ body{
font-family: 'worksans', sans-serif; font-family: 'worksans', sans-serif;
font-weight: 400; font-weight: 400;
@ -104,6 +111,10 @@ h3{
padding: 0 5mm; padding: 0 5mm;
text-align: left; text-align: left;
} }
nav ul li{
text-decoration: none;
display: inline;
}
.note-call::after{ .note-call::after{
} }

@ -36,9 +36,9 @@
<!-- Content of your book --> <!-- Content of your book -->
<nav> <nav>
<ul> <ul>
<li>about</li> <li><a>about</a></li>
<li>map</li> <li><a>map</a></li>
<li>writing</li> <li><a>writing</a></li>
</ul> </ul>
</nav> </nav>
<div class="grid-wrap"> <div class="grid-wrap">

Loading…
Cancel
Save