mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 22:18:23 -05:00
added class to control how new logo looks and behaves
This commit is contained in:
parent
df813c3f4f
commit
1f563995c8
@ -18,7 +18,7 @@ pub fn index(colorscheme: &str, theme: &str) -> Markup {
|
|||||||
html!(
|
html!(
|
||||||
(header(colorscheme, theme))
|
(header(colorscheme, theme))
|
||||||
main class="search-container"{
|
main class="search-container"{
|
||||||
img src="../images/websurfx_logo.png" alt="Websurfx meta-search engine logo";
|
img class="websurfx-logo" src="../images/websurfx_logo.svg" alt="Websurfx meta-search engine logo";
|
||||||
(bar(&String::default()))
|
(bar(&String::default()))
|
||||||
(PreEscaped("</div>"))
|
(PreEscaped("</div>"))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user