pyratestart

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

commit c85587cd281fea1048afb40e7f036a0cee1ddc27
parent 19df5e9b738b239f7d41a0dcdaa6d7665c111fe9
Author: pyratebeard <root@pyratebeard.net>
Date:   Sat, 25 Apr 2020 19:34:24 +0100

change colours

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

diff --git a/static/css/style.css b/static/css/style.css @@ -6,8 +6,8 @@ } body { - background-color: #202224; - color: #beced0; + background-color: #252525; + color: #b8b8b8; font-family: "saxmono"; font-size: 16px } @@ -48,28 +48,22 @@ h1,h2,h3,h4,h5 { } h1 { - color: #cd6e42; + color: #5b5889; margin: 0px; } h2,h3,h4,h5 { - color: #646086 + color: #d8d8d8; } a { - color: #62a8b2; text-decoration: none } -a:active,a:hover,a:focus { - color: #33708c -} - ul { list-style-type: none; float: left; width: 100%; - color: #cd6e42; margin-top: 0px; margin-bottom: 32px; } @@ -77,13 +71,10 @@ li { width 100%; display: inline; font-size: 16px; - color: #62a8b2; -} -li.header { - color: #646086; + color: #464271; } li a { - color: #beced0; + color: #b8b8b8; font-weight: normal; text-decoration: none; font-size: 16px; @@ -91,19 +82,19 @@ li a { li a:hover, li a:focus { outline: none; - color: #33708c; + color: #6da5a5; } input[type=text]:focus { outline: none; border: none; - color: #dceef1; + color: #d8d8d8; } input[type=text] { outline: none; border: none; - background-color: #161719; - color: #dceef1; + background-color: #131313; + color: #b8b8b8; width: 99%; height: 50px; padding: 5px 0px 5px 15px; @@ -113,21 +104,21 @@ input[type=text] { -webkit-transition: all 0.30s ease-in-out; } input#find { - border: solid 1px #76b660; - border-radius: 5px; + border: solid 1px #565d5d; + border-radius: 2px; max-width: 100%; } ::-webkit-scrollbar { - background: #161719; + background: #252525; border: 0; border-radius: 0; } ::-webkit-scrollbar-track { - background: #161719; + background: #252525; border: 0; border-radius: 0; } ::-webkit-scrollbar-thumb { - background: #161719; + background: #252525; border-radius: 0; } diff --git a/static/img/rootimg.png b/static/img/rootimg.png Binary files differ.