pyratestart

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

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

style: changes gradient colour. adds li backgorund, changes link colour

Diffstat:
Mindex.html | 7++++---
1 file changed, 4 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, #363636 0%, #1d1d1d 90%); + background: -webkit-linear-gradient(top, #080808 0%, #1d1d1d 90%); } ul { list-style-type: none; @@ -125,12 +125,13 @@ } li { width 100%; - background: rgba(61, 58, 59, 0); + /*background: rgba(61, 58, 59, 0);*/ + background: #363636 margin: 2px; padding: 2px; } li a { - color: #fbf0d2; + color: #b0b1ae; display: block; font-weight: normal; margin: 0 0 0 2px;