💄websurfx
logo redesign for better understandability (#418)
* lazyload search result text with css content-visibility * typo, lightning-fast is grammatically correct * revamped logo to look more modern * added class to control how new logo looks and behaves * added class to control how new logo looks and behaves --------- Co-authored-by: neon_arch <mustafadhuleb53@gmail.com>
This commit is contained in:
parent
f11d35f057
commit
fb2b6608fe
4 changed files with 12 additions and 1 deletions
|
@ -18,7 +18,7 @@ pub fn index(colorscheme: &str, theme: &str) -> Markup {
|
|||
html!(
|
||||
(header(colorscheme, theme))
|
||||
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()))
|
||||
(PreEscaped("</div>"))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue