pyratestart

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

commit ccdbde626b8dce5a3032ca174f35d89ea17efbde
parent 3e633b6be8554b6b31d27253854d9a307b818075
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  9 Jun 2026 00:00:00 +0100

style: modifies gradient colour and h1 colour

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

diff --git a/index.html b/index.html @@ -37,7 +37,7 @@ font-size: 0.9em; } h1 { - color: #363636; + color: #454545; } input[type=text]:focus { outline: none; @@ -115,7 +115,7 @@ padding: 10px; text-align: left; margin: 15px; - background: -webkit-linear-gradient(top, #2b2f2e 0%, #1f1d1b 90%); + background: -webkit-linear-gradient(top, #363636 0%, #1d1d1d 90%); } ul { list-style-type: none;