pyratestart

startpage
git clone git://git.pyratebeard.net/pyratestart.git
Log | Files | Refs | README

commit 2c24be6990d8c4e1eba4e9b4de53938f64c74334
parent 30ad0e4a6d7ca4d86319f91de6eec57e76db23c6
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  9 Jun 2026 00:15:46 +0100

style: adjust gradient and adds it to search

Diffstat:
Mindex.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html @@ -115,7 +115,7 @@ padding: 10px; text-align: left; margin: 15px; - background: -webkit-linear-gradient(top, #080808 0%, #1d1d1d 90%); + background: -webkit-linear-gradient(top, #111111 0%, #1d1d1d 90%); } ul { list-style-type: none; @@ -216,11 +216,11 @@ <body> <div class="main-container"> <div class="grid-container"> - <div class="search" id="search"> + <section class="search" id="search"> <form action="https://ddg.gg/?q=" method="get" name="frmSearch"> <input type="text" id="find" name="q" autofocus> </form> - </div> + </section> <div class="logo" id="img"> <img src="ricebowl.png" /> </div>