fix header image class
This commit is contained in:
@@ -20,7 +20,6 @@ body{
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
color: var(--text_color);
|
||||
filter: hue-rotate(160);
|
||||
}
|
||||
|
||||
/* Page layout elements */
|
||||
|
@@ -8,7 +8,7 @@
|
||||
</head>
|
||||
|
||||
<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/>
|
||||
<div id="body" class="body">
|
||||
{{template "menu" .}}
|
||||
|
Reference in New Issue
Block a user