fix header image class
This commit is contained in:
@@ -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 */
|
||||||
|
@@ -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" .}}
|
||||||
|
Reference in New Issue
Block a user