pyratestart

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

commit 84928d6048107680c167ab2fb08ef4e3ab7a381b
parent 20106b77f93a42fc1035efe407c50bd8aaf62b60
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  8 Sep 2020 19:34:58 +0100

updated white

Diffstat:
Mstatic/css/style.css | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css @@ -17,7 +17,7 @@ } body { background-color: #202020; - color: #dceef1; + color: #cfd8dc; font-family: "saxmono"; font-size: 16px } @@ -88,7 +88,7 @@ li { color: #90baca; } li a { - color: #dceef1; + color: #cfd8dc; font-weight: normal; text-decoration: none; font-size: 16px; @@ -114,7 +114,7 @@ input[type=text] { outline: none; border: none; background-color: #151515; - color: #dceef1; + color: #cfd8dc; width: 50%; height: 50px; padding: 5px 0px 5px 15px;