<h2 id="design">Design</h2>
<p>Variables and colour codes:</p>
<div class="row">
    <div class="column medium-3 small-12">
<code class="Code Code--lang-scss">
<pre>
$link
rgb(0,161,204)
#00729A
</pre>
</code>
    </div>
    <div class="column medium-3 small-12">
<code class="Code Code--lang-scss">
<pre>
$link-hover
rgb(0,57,78)
#00394E
</pre>
</code>
    </div>
    <div class="column medium-3 small-12">
<code class="Code Code--lang-scss">
<pre>
$link-focus
rgb(0,161,204)
#00A1CC
</pre>
</code>
    </div>
</div>
<h2 id="supporting-information">Supporting information</h2>
<p>Use #00729A (dark blue) as the default colour for text links. You can use #282828 as an alternative if needed — for instance if you are using links on a coloured background.</p>
<p>If you’re using a dark background colour you must do a colour contrast check.</p>
<p>All text links should be underlined regardless of what colour they are.</p>
<p>The mouse-over state must use the hand/pointer to indicate that the link is clickable.</p>
