Skip to content
Snippets Groups Projects
Commit e383b443 authored by Michael Drury's avatar Michael Drury
Browse files

attempting to change logo on hover again

parent de5da164
Branches
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
<div id="page-container">
<div class = "header">
<img class = "header_img" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/>
<img class = "header_img" onmouseover="{{ url_for('static', filename='images/dark_logo_orange.png') }'" onmouseout="{{ url_for('static', filename='images/dark_logo.png') }}" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/>
</div>
<ul class = "navbar">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment