pyratestart

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

commit 3e633b6be8554b6b31d27253854d9a307b818075
parent 908b248df507eb7d7c54d9685fed42a5f22f4d2f
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon,  8 Jun 2026 23:58:03 +0100

adjust font size. changes bg, font, and h1 colours

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

diff --git a/index.html b/index.html @@ -31,13 +31,13 @@ } body { font-family: 'departure'; - background: #1f1d1b; - color: #fbf0d2; + background: #1d1d1d; + color: #b0b1ae; font-weight: normal; - font-size: 13px; + font-size: 0.9em; } h1 { - color: #8b6268; + color: #363636; } input[type=text]:focus { outline: none;