pyratebeard_net

personal website
git clone git://git.pyratebeard.net/pyratebeard_net.git
Log | Files | Refs | README

commit 8d9396a9a52a6217d21b2fac722fbc2f184b338e
parent 11995bfb166d0c8b680178ee89763f6ec04c22e5
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue, 15 Sep 2020 09:54:44 +0100

cursed colours

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

diff --git a/static/css/style.css b/static/css/style.css @@ -17,8 +17,8 @@ } body { - background-color: #212021; - color: #fbf6f6; + background-color: #202020; + color: #c2c2b0; font-family: "saxmono"; font-size: 16px } @@ -59,48 +59,49 @@ h1,h2,h3,h4,h5 { } h1 { - color: #cfe063; + color: #a48b4a; margin: 0px; } h2,h3,h4,h5 { - color: #888aa9; + color: #7c435a; } a { - color: #b6ce63; - text-decoration: none + color: #60928f; + text-decoration: none; } a:active,a:hover,a:focus { - color: #d4e4bf; + color: #76c39b; + text-decoration: none; } strong { font-weight: normal; - color: #d3c284; + color: #dc7671; } ul { - list-style: ': ' + list-style: '> ' } code { - color: #b8d680; - background-color: #4e495a; + color: #c2c2b0; + background-color: #373e41; font-family: "envy", mono; font-size: 13px; - padding: 0px 3px 0px 3px; + padding: 0px 4px 0px 4px; border-radius: 2px } pre { - color: #b8d680; - background-color: #4e495a; + color: #e8e85a; + background-color: #151515; font-family: "envy", mono; font-size: 13px; padding: 9.5px; - border: 2px solid #929eb5; + border: 2px solid #2b2b2d; border-radius: 2px; display: table } diff --git a/static/img/rootimg.png b/static/img/rootimg.png Binary files differ.