Skip to content
Snippets Groups Projects
Commit 6a7daec0 authored by Chris Lawton's avatar Chris Lawton
Browse files

adding dark version of logo to header

parent 8ee8c208
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,8 @@ ...@@ -78,7 +78,8 @@
<a href="#" class="link link--fixed-apply">Apply</a> <a href="#" class="link link--fixed-apply">Apply</a>
<div class="header__inner wrapper wrapper--large"> <div class="header__inner wrapper wrapper--large">
<a href="{% slugurl 'home' %}" aria-label="Home link"> <a href="{% slugurl 'home' %}" aria-label="Home link">
<svg class="header__logo header__logo--desktop"><use xlink:href="#logo-desktop"></use></svg> <svg class="header__logo header__logo--desktop header__logo--desktop-light"><use xlink:href="#logo-desktop"></use></svg>
<svg class="header__logo header__logo--desktop header__logo--desktop-dark"><use xlink:href="#logo-desktop--dark"></use></svg>
<svg class="header__logo header__logo--mobile"><use xlink:href="#logo-mobile"></use></svg> <svg class="header__logo header__logo--mobile"><use xlink:href="#logo-mobile"></use></svg>
</a> </a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment