pyratestart

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

commit 3cd1f3fcc98e2f234e66263bd75b40fdd60febe0
parent c85587cd281fea1048afb40e7f036a0cee1ddc27
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 28 Apr 2020 16:36:22 +0100

downtime colours

Diffstat:
Mstatic/css/style.css | 28++++++++++++++--------------
Mstatic/img/rootimg.png | 0
2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/static/css/style.css b/static/css/style.css @@ -6,8 +6,8 @@ } body { - background-color: #252525; - color: #b8b8b8; + background-color: #212021; + color: #fbf6f6; font-family: "saxmono"; font-size: 16px } @@ -48,12 +48,12 @@ h1,h2,h3,h4,h5 { } h1 { - color: #5b5889; + color: #cfe063; margin: 0px; } h2,h3,h4,h5 { - color: #d8d8d8; + color: #888aa9; } a { @@ -71,10 +71,10 @@ li { width 100%; display: inline; font-size: 16px; - color: #464271; + color: #9c96ae; } li a { - color: #b8b8b8; + color: #fbf6f6; font-weight: normal; text-decoration: none; font-size: 16px; @@ -82,19 +82,19 @@ li a { li a:hover, li a:focus { outline: none; - color: #6da5a5; + color: #b6ce63; } input[type=text]:focus { outline: none; border: none; - color: #d8d8d8; + color: #cfe063; } input[type=text] { outline: none; border: none; - background-color: #131313; - color: #b8b8b8; + background-color: #4e495a; + color: #dee773; width: 99%; height: 50px; padding: 5px 0px 5px 15px; @@ -104,21 +104,21 @@ input[type=text] { -webkit-transition: all 0.30s ease-in-out; } input#find { - border: solid 1px #565d5d; + border: solid 2px #929eb5; border-radius: 2px; max-width: 100%; } ::-webkit-scrollbar { - background: #252525; + background: #212021; border: 0; border-radius: 0; } ::-webkit-scrollbar-track { - background: #252525; + background: #212021; border: 0; border-radius: 0; } ::-webkit-scrollbar-thumb { - background: #252525; + background: #212021; border-radius: 0; } diff --git a/static/img/rootimg.png b/static/img/rootimg.png Binary files differ.