pyratestart

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

commit b924d0e5e1df2c7d553bc467f36744b2c3f2538c
parent 84928d6048107680c167ab2fb08ef4e3ab7a381b
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 10 Sep 2020 21:22:41 +0100

cursed colours

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

diff --git a/static/css/style.css b/static/css/style.css @@ -17,7 +17,7 @@ } body { background-color: #202020; - color: #cfd8dc; + color: #c2c2b0; font-family: "saxmono"; font-size: 16px } @@ -67,7 +67,7 @@ h1 { } h2,h3,h4,h5 { - color: #6d6a95; + color: #60928f; } a { @@ -88,7 +88,7 @@ li { color: #90baca; } li a { - color: #cfd8dc; + color: #c2c2b0; font-weight: normal; text-decoration: none; font-size: 16px; @@ -97,7 +97,7 @@ li a:hover, li a:focus { outline: none; color: #151515; - background-color: #a2b0b1; + background-color: #b0afa8; } #search { @@ -105,7 +105,7 @@ li a:focus { margin-top: 15px; } input[type=text]:focus { - color: #7cc464; + color: #e8e85a; outline: none; border: none; } @@ -114,7 +114,7 @@ input[type=text] { outline: none; border: none; background-color: #151515; - color: #cfd8dc; + color: #c2c2b0; width: 50%; height: 50px; padding: 5px 0px 5px 15px; @@ -130,7 +130,7 @@ input#find { font-family: 'envy'; } ::placeholder { - color: #383b42; + color: #3f3639; } ::-webkit-scrollbar { background: #181819;