pyratestart

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

commit 21509ee6990cfa0ec44cd3836c17e0877ded0fd0
parent bd9bc961ea71787b2adf563d739acadbaaf9cb1b
Author: pyratebeard <root@pyratebeard.net>
Date:   Sun,  6 Sep 2020 23:23:22 +0100

cursed colours

Diffstat:
Mindex.html | 2+-
Mstatic/css/style.css | 23+++++++++++------------
2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/index.html b/index.html @@ -69,6 +69,6 @@ document.getElementsByTagName("body")[0].style.backgroundColor=color[randomColor]; }; - window.onload = changeColor(); // do this in window.onload !! window.onload(changeColor) + //window.onload = changeColor(); // do this in window.onload !! window.onload(changeColor) </script> </html> diff --git a/static/css/style.css b/static/css/style.css @@ -16,10 +16,10 @@ font-style: normal; } body { - background-color: #202f2c; /*green*/ + background-color: #161616; /*green*/ /*background-color: #362124; /*red*/ /*background-color: #363145; /*purple*/ - color: #bbbdbe; + color: #c2c2b0; font-family: "saxmono"; font-size: 16px } @@ -33,7 +33,6 @@ body { width: auto; } .section { - background-color: #252627; margin: auto; width: 599px; } @@ -65,12 +64,12 @@ h1,h2,h3,h4,h5 { } h1 { - color: #6da398; + color: #857e5f; margin: 0px; } h2,h3,h4,h5 { - color: #8398a1; + color: #888888; } a { @@ -91,7 +90,7 @@ li { color: #90baca; } li a { - color: #bbbdbe; + color: #c2c2b0; font-weight: normal; text-decoration: none; font-size: 16px; @@ -99,8 +98,8 @@ li a { li a:hover, li a:focus { outline: none; - color: #181819; - background-color: #a0a1a1; + color: #101010; + background-color: #c2c2b0; } #search { @@ -115,8 +114,8 @@ input[type=text]:focus { input[type=text] { outline: none; border: none; - background-color: #181819; - color: #bbbdbe; + background-color: #101010; + color: #c2c2b0; width: 50%; height: 50px; padding: 5px 0px 5px 15px; @@ -126,13 +125,13 @@ input[type=text] { -webkit-transition: all 0.30s ease-in-out; } input#find { - border: solid 2px #64777a; + border: solid 2px #533644; border-radius: 2px; max-width: 100%; font-family: 'envy'; } ::placeholder { - color: #bbbdbe; + color: #3a3a3a; } ::-webkit-scrollbar { background: #181819;