added styling bcs better

This commit is contained in:
2026-03-24 18:14:06 +00:00
parent bcee71cbbb
commit 48faeb3e01
5 changed files with 479 additions and 454 deletions

View File

@@ -18,7 +18,7 @@
<div class="view-home">
<div class="container">
<h1 class="hero-logo">
Omni<span>Search</span>
<span>Void</span>arc
</h1>
<form action="/search" class="home-search-form">
<div class="search-input-wrapper">

View File

@@ -14,7 +14,7 @@
<body class="images-view">
<header>
<h1>
Omni<span>Search</span>
<a id="header-icon" href="/"><span>Void</span>arc</a>
</h1>
<form action="/images" method="GET" class="search-form">
<input name="q" autocomplete="off"="text" class="search-box" placeholder="Search for images..."

View File

@@ -17,7 +17,7 @@
<body class="results-view">
<header>
<h1>
Omni<span>Search</span>
<a id="header-icon" href="/"><span>Void</span>arc</a>
</h1>
<form action="/search" method="GET" class="search-form">
<input name="q" type="text" class="search-box" autocomplete="off" placeholder="Search the web..."