fix header image class

This commit is contained in:
2018-07-11 23:09:59 +02:00
parent 2e804e546c
commit f0bef6c01b
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ body{
height: 100%; height: 100%;
overflow-x: hidden; overflow-x: hidden;
color: var(--text_color); color: var(--text_color);
filter: hue-rotate(160);
} }
/* Page layout elements */ /* Page layout elements */

View File

@@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<img id="header_image" src="/res/img/header_neuropol.png" alt="Header image"/> <img id="header_image" class="header_image" src="/res/img/header_neuropol.png" alt="Header image"/>
<br/> <br/>
<div id="body" class="body"> <div id="body" class="body">
{{template "menu" .}} {{template "menu" .}}