pyratestart

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

commit 221d2c726ef076413d8c3193a3f567c41c73689c
parent fe7d0abb6ce9be2848c1474b163a20dd7e4bfdc4
Author: pyratebeard <root@pyratebeard.net>
Date:   Fri, 28 Aug 2020 11:04:44 +0100

downtime colours

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

diff --git a/static/css/style.css b/static/css/style.css @@ -16,8 +16,8 @@ font-style: normal; } body { - background-color: #1a1a1b; - color: #d6dadd; + background-color: #212021; + color: #fbf6f6; font-family: "saxmono"; font-size: 16px } @@ -58,12 +58,12 @@ h1,h2,h3,h4,h5 { } h1 { - color: #7fa8ba; + color: #cfe063; margin: 0px; } h2,h3,h4,h5 { - color: #7fa8ba; + color: #888aa9; } a { @@ -81,10 +81,10 @@ ul { li { width 100%; font-size: 16px; - color: #7394a1; + color: #9c96ae; } li a { - color: #d6dadd; + color: #fbf6f6; font-weight: normal; text-decoration: none; font-size: 16px; @@ -92,7 +92,7 @@ li a { li a:hover, li a:focus { outline: none; - color: #64a6a7; + color: #b6ce63; } #search { @@ -107,8 +107,8 @@ input[type=text]:focus { input[type=text] { outline: none; border: none; - background-color: #2a2c2f; - color: #d6dadd; + background-color: #4e495a; + color: #b8d680; width: 50%; height: 50px; padding: 5px 0px 5px 15px; @@ -118,22 +118,22 @@ input[type=text] { -webkit-transition: all 0.30s ease-in-out; } input#find { - border: solid 3px #637377; + border: solid 3px #929eb5; border-radius: 2px; max-width: 100%; font-family: 'envy'; } ::-webkit-scrollbar { - background: #1a1a1b; + background: #212021; border: 0; border-radius: 0; } ::-webkit-scrollbar-track { - background: #1a1a1b; + background: #212021; border: 0; border-radius: 0; } ::-webkit-scrollbar-thumb { - background: #1a1a1b; + background: #212021; border-radius: 0; }