diff --git a/static/img/logo.svg b/static/img/logo.svg index aa8099b..6262a19 100644 --- a/static/img/logo.svg +++ b/static/img/logo.svg @@ -11,7 +11,6 @@ sodipodi:docname="logo.svg" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> - - - - - - - + id="defs1" /> - - diff --git a/static/main.css b/static/main.css index 2d8423a..1771256 100644 --- a/static/main.css +++ b/static/main.css @@ -12,14 +12,14 @@ body { } :root { - --dark-1: #362b2b; + --dark-1: #2f2b36; --dark-2: #d8d8d8; - --dark-3: rgb(236, 73, 73); + --dark-3: rgb(209, 73, 236); --light-1: #ffffff; - --light-2: #ffa9a9; + --light-2: #ffa9d8; - --hyperlink: rgb(255, 72, 72); + --hyperlink: rgb(255, 72, 240); --shadow-1: 0px 0px 2px 2px var(--dark-2); @@ -110,6 +110,7 @@ form { } .header img { + margin-left: 0.8em; height: 2em; }